Contains extension methods for IJobFor job types.
EarlyJobInit | Gathers and caches reflection data for the internal job system's managed bindings. |
Run | Performs the job's Execute method immediately on the main thread. |
RunByRef | Performs the job's Execute method immediately on the main thread by reference. |
Schedule | Schedules the job to execute on a single worker thread. |
ScheduleByRef | Schedules the job to execute on a single worker thread by reference. |
ScheduleParallel | Schedules the job to execute concurrently on a number of worker threads. |
ScheduleParallelByRef | Schedules the job to execute concurrently on a number of worker threads by reference. |