Contains extension methods for jobs using the IJob interface.
EarlyJobInit | Gathers and caches reflection data for the internal job system's managed bindings. |
Run | Performs the job's Execute method immediately on the same thread. |
RunByRef | Performs the job's Execute method immediately on the same thread by reference. |
Schedule | Schedules the job for execution on a worker thread. |
ScheduleByRef | Schedules the job for execution on a worker thread by reference. |