Object.Monitor

Undocumented in source.
class Object
version(LWDR_Sync)
interface Monitor {}

Members

Functions

lock
void lock()

Lock the monitor

unlock
void unlock()

Unlock the monitor

Meta