* Opens the latch synchronously, releasing all fibers waiting on it. * * **When to use** * * Use when synchronous code must open the latch immediately.
(this: Latch)
| 67 | * Use when synchronous code must open the latch immediately. |
| 68 | */ |
| 69 | openUnsafe(this: Latch): boolean |
| 70 | |
| 71 | /** |
| 72 | * Releases all fibers currently waiting on the latch without opening it. |
no outgoing calls