|
|
ThreadPool * | tp |
| | Thread pool pointer.
|
| |
|
uint32_t | workerIdx |
| | Worker index.
|
| |
|
JobPriority | prio |
| | Job priority.
|
| |
|
bool | background = false |
| | True when the worker executes background jobs.
|
| |
|
bool | threadCreated = false |
| | True when the worker thread has been successfully created.
|
| |
|
Event | event |
| | Event signaled when a job is executed.
|
| |
|
JobQueue< 512 > | jobQueue |
| | Lock-free work stealing queue for the jobs.
|
| |
The documentation for this struct was generated from the following file:
- /home/runner/work/gaia-ecs/gaia-ecs/include/gaia/mt/jobcommon.h