C# (CSharp) SpicyPixel.Threading.Tasks FiberTaskScheduler - 3 examples found. These are the top rated real world C# (CSharp) examples of SpicyPixel.Threading.Tasks.FiberTaskScheduler extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
TaskScheduler that can execute fibers (yieldable coroutines). Regular non-blocking tasks can also be scheduled on a FiberTaskScheduler, but YieldableTask have the distinct ability to yield execution.