lwdr v0.4.0-beta.1 (2021-10-15T13:07:10Z)
Dub
Repo
Object.Monitor
object
Object
Undocumented in source.
class
Object
version(LWDR_Sync)
interface
Monitor {
void
lock
();
void
unlock
();
}
Members
Functions
lock
void
lock
()
Lock the monitor
unlock
void
unlock
()
Unlock the monitor
Meta
Source
See Implementation
object
Object
functions
opCmp
opEquals
toHash
toString
interfaces
Monitor
static functions
factory