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