![]() |
Plasma Engine
2.0
|
Public Types | |
enum | Enum : plUInt8 { Unknown , MainThread , ShortTasks , LongTasks , FileAccess , ENUM_COUNT } |
Static Public Member Functions | |
static const char * | GetThreadTypeName (plWorkerThreadType::Enum threadType) |
enum plWorkerThreadType::Enum : plUInt8 |
Enumerator | |
---|---|
Unknown | Default for all non-plTaskSystem-worker threads. Will only execute short tasks. |
MainThread | May only be used by the main thread (automatically used by the plTaskSystem) |