Condition.this

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

class Condition
this

Parameters

m Mutex

The mutex with which this condition will be associated.

Throws

SyncException on error.

Meta