MCPcopy Index your code
hub / github.com/Effect-TS/effect / fiberScoped

Function fiberScoped

packages/effect/src/internal/fiberRuntime.ts:3493–3494  ·  view source on GitHub ↗
(self: Fiber.Fiber<A, E>)

Source from the content-addressed store, hash-verified

3491
3492/* @internal */
3493export const fiberScoped = <A, E>(self: Fiber.Fiber<A, E>): Effect.Effect<Fiber.Fiber<A, E>, never, Scope.Scope> =>
3494 acquireRelease(core.succeed(self), core.interruptFiber)
3495
3496//
3497// circular race

Callers

nothing calls this directly

Calls 1

acquireReleaseFunction · 0.70

Tested by

no test coverage detected