C# (CSharp) SpicyPixel.Threading.Tasks Namespace

Classes

Name Description
FiberTaskExtensions Extends the Task and TaskFactory classes with methods to support coroutines.
FiberTaskScheduler 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.
UnityTaskExtensions Extends MonoBehaviour to support FiberTaskScheduler.
UnityTaskFactory Provides a task factory for Unity using the default UnityTaskScheduler.
UnityTaskScheduler Provides a default fiber task scheduler for Unity using the default UnityFiberScheduler.
YieldableTask Yieldable task for execution on a fiber.