Jamba C++ API
6.2.0
|
#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... | |