24#include <core/threading/refc_rwlock.h>
Read/write lock to allow multiple readers but only a single writer on the resource at a time.
ReadWriteLockPolicy
The policy to use for the read/write lock.
RefCountRWLock(ReadWriteLock::ReadWriteLockPolicy policy=ReadWriteLock::RWLockPolicyPreferWriter)
Constructor.
virtual ~RefCountRWLock()
Destructor.
Reference counting base class.
Fawkes library namespace.