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

Non-owning callback descriptor for parallel jobs. More...

#include <jobcommon.h>

Public Attributes

void * pCtx = nullptr
 
void(* invoke )(void *, const JobArgs &) = nullptr
 
JobPriority priority = JobPriority::High
 

Detailed Description

Non-owning callback descriptor for parallel jobs.

Warning
The pointed-to context must stay alive until the scheduled job completes.

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