Package: effect Module: TReentrantLock
effect
TReentrantLock
Computes the number of write locks held by fibers.
Signature
declare const writeLocks: (self: TReentrantLock) => STM.STM<number>
Source
Since v2.0.0