struct CCL::System::ThreadDescription

Thread description for CreateNativeThread().

#include <systemservices.h>

struct ThreadDescription
{
    // fields

    Threading::ThreadFunction function = nullptr;
    CStringPtr name = nullptr;
    void* arg = nullptr;
};