ScopedMutexLock

RAII lock for the Mutex class.

Constructors

this
this(M mutex, LockMode mode)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

lock
void lock()
Undocumented in source.
tryLock
bool tryLock()
Undocumented in source.
unlock
void unlock()
Undocumented in source.

Properties

locked
bool locked [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta