Extension methods for Jobs using the IJobFor.
Run | Perform the job's Execute method immediately on the main thread. |
Schedule | Schedule the job for execution on a single worker thread. |
ScheduleParallel | Schedule the job for concurrent execution on a number of worker threads. |