C# Class BitSharper.Threading.Helpers.FIFOWaitQueue

Inheritance: IWaitQueue
Mostra file Open project: TangibleCryptography/BitSharper

Public Methods

Method Description
Dequeue ( ) : WaitNode
Enqueue ( WaitNode w ) : void
IsWaiting ( Thread thread ) : bool

Method Details

Dequeue() public method

public Dequeue ( ) : WaitNode
return WaitNode

Enqueue() public method

public Enqueue ( WaitNode w ) : void
w WaitNode
return void

IsWaiting() public method

public IsWaiting ( Thread thread ) : bool
thread Thread
return bool