C# 클래스 BitSharper.Threading.Helpers.FIFOWaitQueue

상속: IWaitQueue
파일 보기 프로젝트 열기: TangibleCryptography/BitSharper

공개 메소드들

메소드 설명
Dequeue ( ) : WaitNode
Enqueue ( WaitNode w ) : void
IsWaiting ( Thread thread ) : bool

메소드 상세

Dequeue() 공개 메소드

public Dequeue ( ) : WaitNode
리턴 WaitNode

Enqueue() 공개 메소드

public Enqueue ( WaitNode w ) : void
w WaitNode
리턴 void

IsWaiting() 공개 메소드

public IsWaiting ( Thread thread ) : bool
thread Thread
리턴 bool