Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::ecs::SchedTaskDesc Struct Reference

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.
 

Detailed Description

Description of a single task submitted to a scheduler.


The documentation for this struct was generated from the following file: