SharedLock.LockState

The state of the lock, as returned by state.

Values

ValueMeaning
Unlocked

Lock is unlocked

Shared

Lock is in shared mode

SharedWithExclusivePending

Lock is in shared mode, and there are fibers waiting to lock it exclusively

Exclusive

Lock is in exclusive mode.

Meta