1 namespace Qore::Thread {
destructor()
Calls Gate::exit() and destroys the AutoGate object.
The Gate class implements a reentrant thread lock.
Definition: QC_Gate.dox.h:24
constructor(Gate gate)
Creates the AutoGate object based on the Gate argument passed and immediately calls Gate::enter() ...
A helper class for the Gate class for exception-safe Gate handling.
Definition: QC_AutoGate.dox.h:29
copy()
Throws an exception; objects of this class cannot be copied.