Condition.this

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

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

Parameters

m Mutex

The mutex with which this condition will be associated.

Throws

SyncError on error.

Meta