UnfairSharedLock.state

Return the current state of the lock.

This function will never return the SharedWithExclusivePending state.

struct UnfairSharedLock
@property pure const nothrow @safe @nogc
state
()

Return Value

Type: LockState

see LockState

Meta