Condition.this

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

class Condition
nothrow @safe
this

Parameters

m
Type: Mutex

The mutex with which this condition will be associated.

Throws

SyncError on error.

Suggestion Box / Bug Report