Condition.this

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

  1. this(Mutex m)
  2. this(Mutex m)
    class Condition
    shared nothrow @safe @nogc
    this
    (
    shared Mutex m
    )

Parameters

m Mutex

The mutex with which this condition will be associated.

Throws

SyncError on error.

Meta