Condition.this

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

class Condition
this
@trusted

Parameters

m
Type: Mutex

The mutex with which this condition will be associated.

Throws

SyncException on error.

Meta