QuantumLibrary
SpinLock Namespace Reference

Classes

class  Guard
 RAII-style mechanism for SpinLock ownership. Acquires a SpinLock on construction and releases it inside the destructor. More...
 
class  ReverseGuard
 Opposite form of RAII-style mechanism for SpinLock ownership. Releases a SpinLock on construction and acquires it inside the destructor. More...