Package: effect Module: TReentrantLock
effect
TReentrantLock
Retrieves the total number of acquired read locks.
Signature
declare const readLocks: (self: TReentrantLock) => STM.STM<number>
Source
Since v2.0.0