OELockSpinlockΒΆ
class OELockSpinlock
This class can be used to ensure an OESpinlock object is properly released when this object falls out of scope.
OELockSpinlock = std::lock_guard<OESpinlock>;
See also
- OESpinlock class
- std::lock_guard
class OELockSpinlock
This class can be used to ensure an OESpinlock object is properly released when this object falls out of scope.
OELockSpinlock = std::lock_guard<OESpinlock>;
See also