![]() |
Gaia-ECS v1.0.0
A simple and powerful entity component system
|
Callable and scheduling options for a single job. More...
#include <jobcommon.h>
Public Attributes | |
| util::SmallFunc | func |
| Callable executed by the worker. | |
| JobPriority | priority = JobPriority::High |
| Queue priority used to schedule the callable. | |
| JobCreationFlags | flags = JobCreationFlags::Default |
| Creation and lifetime options. | |
Callable and scheduling options for a single job.