a reader/writer mutual exclusion lock.

Remarks

The lock can be held by an arbitrary number of readers or a single writer.

Hierarchy

  • RWMutex

Implements

Constructors

Properties

c_: undefined | Completer<void>
r_: number = 0
w_: boolean = false

Methods

Generated using TypeDoc