effect-io-ai

Package: effect
Module: TReentrantLock

TReentrantLock.readLocks

Retrieves the total number of acquired read locks.

Signature

declare const readLocks: (self: TReentrantLock) => STM.STM<number>

Source

Since v2.0.0