struct CCL::System::ThreadPoolDescription

Thread pool description for CreateThreadPool().

#include <systemservices.h>

struct ThreadPoolDescription
{
    // fields

    int maxThreadCount = 1;
    Threading::ThreadPriority priority = Threading::kPriorityBelowNormal;
    CStringPtr name = nullptr;
    int idleTimeout = -1;
};