Mutex.this

Initializes a mutex object and sets it as the monitor for obj.

In: obj must not already have a monitor.

  1. this()
  2. this()
  3. this(Object obj)
    class Mutex
    @trusted nothrow @nogc
    this
  4. this(Object obj)
Suggestion Box / Bug Report