Mutex.this

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

In: o must not already have a monitor.

  1. this()
  2. this(Object o)
    class Mutex
    this
    @trusted
    (
    Object o
    )
    in { assert (o.__monitor is null); }

Meta