Fabcoin Core
0.16.2
P2P Digital Currency
|
Simple lock that waits for release without making context switch. More...
#include <Guards.h>
Public Member Functions | |
SpinLock () | |
void | lock () |
void | unlock () |
Private Attributes | |
std::atomic_flag | m_lock |
Simple lock that waits for release without making context switch.