ReadWriteMutex.this
this
( Policy policy = Policy.PREFER_WRITERS ) @safe nothrowInitializes a read/write mutex object with the supplied policy.
Parameters
policy | The policy to use. |
Throws
SyncError on error.
this
( Policy policy = Policy.PREFER_WRITERS ) shared @safe nothrowditto