zz::cds::SpinLock Class Reference
A simple spin lock utilizing c++11 atomic_flag. More...
#include <zupply.hpp>
Inheritance diagram for zz::cds::SpinLock:
Public Member Functions | |
void | lock () |
void | unlock () |
bool | try_lock () |
Detailed Description
A simple spin lock utilizing c++11 atomic_flag.
The documentation for this class was generated from the following file: