Condition.mutex

Gets the mutex associated with this condition.

  1. Mutex mutex [@property getter]
    class Condition
    @property
    Mutex
    mutex
    ()
  2. shared(Mutex) mutex [@property getter]
  3. this(Mutex m)
  4. this(Mutex m)

Return Value

Type: Mutex

The mutex associated with this condition.

Meta