Jamba C++ API  5.0.0
SpinLock.h File Reference
#include <atomic>

Go to the source code of this file.

Classes

class  SpinLock::Lock
 
class  SpinLock
 A simple implementation of a spin lock using the std::atomic_flag which is guaranteed to be atomic and lock free. More...