C# Class CSharpUtils.Threading.Coroutine

Inheritance: IDisposable
Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
ExecuteStep ( ) : void
YieldInPool ( ) : void

Private Methods

Méthode Description
Coroutine ( String Name, CoroutinePool Pool, System.Action Action ) : System
CoroutineContinueEvent_WaitOne ( ) : void
PoolCallerContinueEvent_WaitOne ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ExecuteStep() public méthode

public ExecuteStep ( ) : void
Résultat void

YieldInPool() public méthode

public YieldInPool ( ) : void
Résultat void