C# 클래스 NodeNetAsync.Utils.AsyncTaskEventWaiter

파일 보기 프로젝트 열기: soywiz/NodeNetAsync

보호된 프로퍼티들

프로퍼티 타입 설명
Waiting Queue

공개 메소드들

메소드 설명
Signal ( ) : void

Awake all tasks waiting for this event

Wait ( Func WaitWhileCondition ) : Task

Wait for a signal

메소드 상세

Signal() 공개 메소드

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

Wait() 공개 메소드

Wait for a signal
public Wait ( Func WaitWhileCondition ) : Task
WaitWhileCondition Func
리턴 Task

프로퍼티 상세

Waiting 보호되어 있는 프로퍼티

protected Queue Waiting
리턴 Queue