Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
BitSharper
Threading
Helpers
FIFOWaitQueue
C# Class BitSharper.Threading.Helpers.FIFOWaitQueue
Inheritance:
IWaitQueue
Afficher le fichier
Open project: TangibleCryptography/BitSharper
Méthodes publiques
Méthode
Description
Dequeue
( ) :
WaitNode
Enqueue
(
WaitNode
w
) :
void
IsWaiting
(
Thread
thread
) :
bool
Method Details
Dequeue()
public
méthode
public
Dequeue
( ) :
WaitNode
Résultat
WaitNode
Enqueue()
public
méthode
public
Enqueue
(
WaitNode
w
) :
void
w
WaitNode
Résultat
void
IsWaiting()
public
méthode
public
IsWaiting
(
Thread
thread
) :
bool
thread
Thread
Résultat
bool