Condition.this

this( Mutex m ) nothrow @safe @nogc

Initializes a condition object which is associated with the supplied mutex object.

Parameters

mThe mutex with which this condition will be associated.

Throws

SyncError on error.
this( shared Mutex m ) shared nothrow @safe @nogc

ditto

this( M m, bool _unused_ ) nothrow @trusted @nogc
No documentation available for this declaration.