Package: effect
Module: Runtime
Executes the effect synchronously returning the exit.
This method is effectful and should only be invoked at the edges of your program.
Signature
declare const runSyncExit: { <A, E, R>(runtime: Runtime<R>, effect: Effect.Effect<A, E, R>): Exit.Exit<A, E>; <R>(runtime: Runtime<R>): <A, E>(effect: Effect.Effect<A, E, R>) => Exit.Exit<A, E>; }
Since v2.0.0