C# Class Accord.SpinLock

Minimum SpinLock implementation for .NET 3.5 to make Accord.NET work. This is not a complete implementation.
Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Méthode Description
Enter ( bool &taken ) : void

Acquires the lock.

Exit ( ) : void

Releases the lock.

Method Details

Enter() public méthode

Acquires the lock.
public Enter ( bool &taken ) : void
taken bool
Résultat void

Exit() public méthode

Releases the lock.
public Exit ( ) : void
Résultat void