C# Class BitSharper.Threading.Helpers.WaitNode

The wait node used by implementations of IWaitQueue. NOTE: this class is NOT present in java.util.concurrent.
Afficher le fichier Open project: TangibleCryptography/BitSharper Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DoTimedWait ( IQueuedSync sync, System.TimeSpan duration ) : bool
DoWait ( IQueuedSync sync ) : void
DoWaitUninterruptibly ( IQueuedSync sync ) : void
Signal ( IQueuedSync sync ) : bool
WaitNode ( ) : System

Method Details

DoTimedWait() public méthode

public DoTimedWait ( IQueuedSync sync, System.TimeSpan duration ) : bool
sync IQueuedSync
duration System.TimeSpan
Résultat bool

DoWait() public méthode

public DoWait ( IQueuedSync sync ) : void
sync IQueuedSync
Résultat void

DoWaitUninterruptibly() public méthode

public DoWaitUninterruptibly ( IQueuedSync sync ) : void
sync IQueuedSync
Résultat void

Signal() public méthode

public Signal ( IQueuedSync sync ) : bool
sync IQueuedSync
Résultat bool

WaitNode() public méthode

public WaitNode ( ) : System
Résultat System