effect-io-ai

Package: effect
Module: Micro

Micro.runSyncExit

Attempt to execute the Micro effect synchronously and return the MicroExit.

If any asynchronous effects are encountered, the function will return a CauseDie containing the MicroFiber.

Signature

declare const runSyncExit: <A, E>(effect: Micro<A, E>) => MicroExit<A, E>

Source

Since v3.4.6