effect-io-ai

Package: effect
Module: Runtime

Runtime.runFork

Executes the effect using the provided Scheduler or using the global Scheduler if not provided

Signature

declare const runFork: { <R>(runtime: Runtime<R>): <A, E>(effect: Effect.Effect<A, E, R>, options?: RunForkOptions | undefined) => Fiber.RuntimeFiber<A, E>; <R, A, E>(runtime: Runtime<R>, effect: Effect.Effect<A, E, R>, options?: RunForkOptions | undefined): Fiber.RuntimeFiber<A, E>; }

Source

Since v2.0.0