ReadWriteMutex.this

Initializes a read/write mutex object with the supplied policy.

  1. this(Policy policy)
  2. this(Policy policy)
    class ReadWriteMutex
    shared @safe nothrow
    this

Parameters

policy Policy

The policy to use.

Throws

SyncError on error.

Meta