C# Class NodeNetAsync.Utils.AsyncTaskEventWaiter

Afficher le fichier Open project: soywiz/NodeNetAsync

Protected Properties

Свойство Type Description
Waiting Queue

Méthodes publiques

Méthode Description
Signal ( ) : void

Awake all tasks waiting for this event

Wait ( Func WaitWhileCondition ) : Task

Wait for a signal

Method Details

Signal() public méthode

Awake all tasks waiting for this event
public Signal ( ) : void
Résultat void

Wait() public méthode

Wait for a signal
public Wait ( Func WaitWhileCondition ) : Task
WaitWhileCondition Func
Résultat Task

Property Details

Waiting protected_oe property

protected Queue Waiting
Résultat Queue