Mutex.this
this
() @trusted nothrow @nogcInitializes a mutex object.
this
() shared @trusted nothrow @nogcditto
this
(bool _unused_) @trusted nothrow @nogcNo documentation available for this declaration.
this
(Object obj) @trusted nothrow @nogcInitializes a mutex object and sets it as the monitor for obj.
In: obj must not already have a monitor.
this
(Object obj) shared @trusted nothrow @nogcditto
this
(Object obj, bool _unused_) @trusted nothrow @nogcNo documentation available for this declaration.