(self: TReentrantLock.TReentrantLock)
| 264 | |
| 265 | /** @internal */ |
| 266 | export const releaseRead = (self: TReentrantLock.TReentrantLock): STM.STM<number> => adjustRead(self, -1) |
| 267 | |
| 268 | /** @internal */ |
| 269 | export const releaseWrite = (self: TReentrantLock.TReentrantLock): STM.STM<number> => |
no test coverage detected