![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Description of a single task submitted to a scheduler. More...
#include <sched.h>
Public Attributes | |
| void * | pCtx = nullptr |
| Opaque callback context forwarded to invoke(). | |
| void(* | invoke )(void *pCtx) = nullptr |
| Task entry point. | |
| QueryExecType | execType {} |
| Execution hint selected by the scheduler caller. | |
| SchedFlags | flags = SchedFlags::Default |
| Scheduler flags describing non-default execution requirements. | |
Description of a single task submitted to a scheduler.