QuantumLibrary
SpinLock::Guard Class Reference

RAII-style mechanism for SpinLock ownership. Acquires a SpinLock on construction and releases it inside the destructor. More...

#include <quantum_spinlock.h>

Detailed Description

RAII-style mechanism for SpinLock ownership. Acquires a SpinLock on construction and releases it inside the destructor.