![]() |
XTL
0.1
eXtended Template Library
|
RAII pattern to automatically acquire and release the spin lock. More...
Public Types | |
using | spin_lock_type = _Ty |
Public Member Functions | |
scope_locker (spin_lock_type &oLock) | |
scope_locker (const scope_locker &)=delete | |
scope_locker & | operator= (const scope_locker &)=delete |
RAII pattern to automatically acquire and release the spin lock.
Definition at line 30 of file concurrent.hpp.