Contains extension methods for IJobParallelFor job types.
| Method | Description | 
|---|---|
| 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 to execute on a worker thread. | 
| ScheduleByRef | Schedules the job to execute on a worker thread by reference. |