1 namespace Qore::Thread {
constructor(RWLock rwl)
Creates the AutoReadLock object based on the RWLock argument passed and immediately calls RWLock::rea...
copy()
Throws an exception; objects of this class cannot be copied.
destructor()
Calls RWLock::readUnlock() on the saved RWLock and destroys the AutoReadLock object.
The RWLock class implements a read-write thread lock.
Definition: QC_RWLock.dox.h:31
A helper class for the RWLock class for exception-safe read lock handling.
Definition: QC_AutoReadLock.dox.h:29