Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
BitSharper
Threading
Helpers
FIFOWaitQueue
C# Class BitSharper.Threading.Helpers.FIFOWaitQueue
Inheritance:
IWaitQueue
Show 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