QuantumLibrary
SpinLock::ReverseGuard Class Reference

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

#include <quantum_spinlock.h>

Detailed Description

Opposite form of RAII-style mechanism for SpinLock ownership. Releases a SpinLock on construction and acquires it inside the destructor.