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

Method scheduleUnsafe

repos/effect/packages/effect/src/internal/effect.ts:5361–5368  ·  view source on GitHub ↗
(fiber: Fiber.Fiber<unknown, unknown>)

Source from the content-addressed store, hash-verified

5359 readonly uninterruptible?: boolean | "inherit"
5360 }
5361): Effect.Effect<Fiber.Fiber<A, E>, never, R | Scope.Scope> => flatMap(scope, (scope) => forkIn(self, scope, options)))
5362
5363// ----------------------------------------------------------------------------
5364// execution
5365// ----------------------------------------------------------------------------
5366
5367/** @internal */
5368export const runForkWith = <R>(context: Context.Context<R>) =>
5369<A, E>(
5370 effect: Effect.Effect<A, E, R>,
5371 options?: Effect.RunOptions | undefined

Callers 1

LatchClass · 0.95

Calls 1

scheduleTaskMethod · 0.65

Tested by

no test coverage detected