C# Class SpicyPixel.Threading.Tasks.UnityTaskExtensions

Extends MonoBehaviour to support FiberTaskScheduler.
Afficher le fichier Open project: spicypixel/concurrency-kit-cs

Méthodes publiques

Méthode Description
CreateFiberFactory ( this behaviour ) : FiberFactory

Creates a fiber factory using a FiberScheduler initialized with the MonoBehaviour.

CreateFiberScheduler ( this behaviour ) : FiberScheduler

Creates the fiber scheduler.

CreateTaskFactory ( this behaviour ) : TaskFactory

Creates a task factory using a FiberTaskScheduler initialized with the MonoBehaviour.

CreateTaskScheduler ( this behaviour ) : FiberTaskScheduler

Creates the task scheduler.

Method Details

CreateFiberFactory() public static méthode

Creates a fiber factory using a FiberScheduler initialized with the MonoBehaviour.
public static CreateFiberFactory ( this behaviour ) : FiberFactory
behaviour this Behaviour.
Résultat FiberFactory

CreateFiberScheduler() public static méthode

Creates the fiber scheduler.
public static CreateFiberScheduler ( this behaviour ) : FiberScheduler
behaviour this /// Behaviour. ///
Résultat FiberScheduler

CreateTaskFactory() public static méthode

Creates a task factory using a FiberTaskScheduler initialized with the MonoBehaviour.
public static CreateTaskFactory ( this behaviour ) : TaskFactory
behaviour this /// Behaviour. ///
Résultat TaskFactory

CreateTaskScheduler() public static méthode

Creates the task scheduler.
public static CreateTaskScheduler ( this behaviour ) : FiberTaskScheduler
behaviour this /// Behaviour. ///
Résultat FiberTaskScheduler