a reader/writer mutual exclusion lock.
The lock can be held by an arbitrary number of readers or a single writer.
Private
Generated using TypeDoc
a reader/writer mutual exclusion lock.
Remarks
The lock can be held by an arbitrary number of readers or a single writer.