ReadWriteMutex.writer

Gets an object representing the writer lock for the associated mutex.

  1. Writer writer [@property getter]
    class ReadWriteMutex
    @property @safe nothrow
    writer
    ()
  2. shared(Writer) writer [@property getter]

Return Value

Type: Writer

A writer sub-mutex.

Meta