![]() |
XII Release 0.1.0
|
Public Types | |
enum | Enum : StorageType { Unknown , MainThread , ShortTasks , LongTasks , FileAccess , ENUM_COUNT } |
using | StorageType = xiiUInt8 |
Static Public Member Functions | |
static const char * | GetThreadTypeName (xiiWorkerThreadType::Enum threadType) |
enum xiiWorkerThreadType::Enum : StorageType |
Enumerator | |
---|---|
Unknown | Default for all non-xiiTaskSystem-worker threads. Will only execute short tasks. |
MainThread | May only be used by the main thread (automatically used by the xiiTaskSystem) |