MCPcopy Create free account
hub / github.com/effect-app/libs / fail

Function fail

repos/effect/packages/effect/src/Queue.ts:854–854  ·  view source on GitHub ↗
(self: Enqueue<A, E>, error: E)

Source from the content-addressed store, hash-verified

852 * ```ts import.meta.vitest
853 * import { Effect, Exit, Queue } from "effect"
854 *
855 * const program = Effect.gen(function*() {
856 * const queue = yield* Queue.bounded<number, string>(10)
857 *

Callers

nothing calls this directly

Calls 1

failCauseFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…