UnityTaskScheduler.cs
Go to the documentation of this file.
41 private static readonly FiberTaskScheduler instance = new FiberTaskScheduler(UnityFiberScheduler.Default);
static UnityFiberScheduler Default
Gets the shared fiber scheduler instance.
Definition: UnityFiberScheduler.cs:50
Definition: AggregateException.cs:31
Provides a default fiber task scheduler for Unity using the default UnityFiberScheduler.
Definition: UnityTaskScheduler.cs:39
FiberScheduler that can execute fibers (yieldable coroutines) during the update cycle of a MonoBehavi...
Definition: UnityFiberScheduler.cs:40
Definition: IStructuralComparable.cs:33
Definition: AotInterlocked.cs:3
TaskScheduler that can execute fibers (yieldable coroutines).
Definition: FiberTaskScheduler.cs:40