Unity-Multithreaded-Job-System
Unity-Multithreaded-Job-System copied to clipboard
Ensure that jobs prevent frame advancement unless they sleep
This works for ThreadedUpdate jobs, but it doesn't seem to always work for jobs run with JobUtils.EnqueueJob.