SpicyPixel.Threading.Tasks Namespace Reference

Classes

class  FiberTaskExtensions
 Extends the Task and TaskFactory classes with methods to support coroutines. More...
 
class  FiberTaskScheduler
 TaskScheduler that can execute fibers (yieldable coroutines). More...
 
class  UnityTaskExtensions
 Extends MonoBehaviour to support FiberTaskScheduler. More...
 
class  UnityTaskFactory
 Provides a task factory for Unity using the default UnityTaskScheduler. More...
 
class  UnityTaskScheduler
 Provides a default fiber task scheduler for Unity using the default UnityFiberScheduler. More...
 
class  YieldableTask
 Yieldable task for execution on a fiber. More...