Condition.mutex

Gets the mutex associated with this condition.

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

Return Value

Type: shared(Mutex)

The mutex associated with this condition.

Meta