Gaia-ECS v1.0.0
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::mt::Job Struct Reference

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.
 

Detailed Description

Callable and scheduling options for a single job.


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