struct Core::Platform::ThreadInfo

#include <coreplatformthread.h>

struct ThreadInfo
{
    // fields

    CStringPtr name;
    IThreadEntry* entry;

    // construction

    ThreadInfo(CStringPtr name = nullptr, IThreadEntry* entry = nullptr);
};