ConcurrentBehaviour.cs
Go to the documentation of this file.
Definition: Fiber.ContinueWith.cs:6
TaskScheduler taskScheduler
Gets the task scheduler for queuing to this MonoBehaviour.
Definition: ConcurrentBehaviour.cs:84
Definition: AggregateException.cs:31
A Fiber Factory for creating fibers with the same options.
Definition: FiberFactory.cs:9
static ConcurrentBehaviour SharedInstance
Gets the shared instance valid for the lifetime of the application.
Definition: ConcurrentBehaviour.cs:62
virtual void Awake()
Initializes the task factory during Awake().
Definition: ConcurrentBehaviour.cs:114
Convenience class that extends MonoBehavior to provide a Scheduler and TaskFactory for executing task...
Definition: ConcurrentBehaviour.cs:45
FiberScheduler()
Initializes a new instance of the SpicyPixel.Threading.FiberScheduler class.
Definition: FiberScheduler.cs:184
FiberScheduler fiberScheduler
Gets the fiber scheduler for queuing to this MonoBehaviour.
Definition: ConcurrentBehaviour.cs:102
Definition: IStructuralComparable.cs:33
Definition: Fiber.ContinueWith.cs:6
Definition: AotInterlocked.cs:3
TaskScheduler that can execute fibers (yieldable coroutines).
Definition: FiberTaskScheduler.cs:40