#include <observablesimple.h>
NoOpLock is an implementation of the lock concept which does no locking at all. It can be used for templates which allow to choose the lock implementation via a template parameter when you don't need locking.
Public Member Functions | |
void | ReadLock () |
void | ReadUnlock () |
void | WriteLock () |
void | WriteUnlock () |
void ReadLock | ( | ) |
void ReadUnlock | ( | ) |
void WriteLock | ( | ) |
void WriteUnlock | ( | ) |