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