MCPcopy Create free account
hub / github.com/Effect-TS/effect / closeUnsafe

Function closeUnsafe

packages/effect/src/Latch.ts:336–336  ·  view source on GitHub ↗
(self: Latch)

Source from the content-addressed store, hash-verified

334 * @since 4.0.0
335 */
336export const closeUnsafe = (self: Latch): boolean => self.closeUnsafe()
337
338/**
339 * Waits on the latch, then runs the provided effect.

Callers

nothing calls this directly

Calls 1

closeUnsafeMethod · 0.65

Tested by

no test coverage detected