|
BluFedora Job System v1.0.0
This is a C++ job system library for use in game engines.
|
Public Member Functions | |
| job::TaskPtr () noexcept=default | |
| job::TaskPtr (WorkerID worker_id, TaskHandle task_idx) noexcept | |
| job::TaskPtr (std::nullptr_t) noexcept | |
| bool | isNull () const noexcept |
Public Attributes | |
| WorkerID | worker_id |
| TaskHandle | task_index |
Definition at line 90 of file job_system.cpp.
|
defaultnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
| WorkerID job::TaskPtr::worker_id |
Definition at line 92 of file job_system.cpp.
Referenced by job::TaskPtr().
| TaskHandle job::TaskPtr::task_index |
Definition at line 93 of file job_system.cpp.
Referenced by isNull().