* Closes the latch synchronously so future waiters suspend again. * * **When to use** * * Use when synchronous code must close the latch immediately.
(this: Latch)
| 103 | * Use when synchronous code must close the latch immediately. |
| 104 | */ |
| 105 | closeUnsafe(this: Latch): boolean |
| 106 | |
| 107 | /** |
| 108 | * Runs the given effect only after the latch allows waiting fibers to |
no outgoing calls
no test coverage detected