C# Class NodeNetAsync.Utils.AsyncTaskEventWaiter

Datei anzeigen Open project: soywiz/NodeNetAsync

Protected Properties

Property Type Description
Waiting Queue

Public Methods

Method Description
Signal ( ) : void

Awake all tasks waiting for this event

Wait ( Func WaitWhileCondition ) : Task

Wait for a signal

Method Details

Signal() public method

Awake all tasks waiting for this event
public Signal ( ) : void
return void

Wait() public method

Wait for a signal
public Wait ( Func WaitWhileCondition ) : Task
WaitWhileCondition Func
return Task

Property Details

Waiting protected_oe property

protected Queue Waiting
return Queue