effect-io-ai

Package: effect
Module: STM

STM.suspend

Suspends creation of the specified transaction lazily.

Signature

declare const suspend: <A, E, R>(evaluate: LazyArg<STM<A, E, R>>) => STM<A, E, R>

Source

Since v2.0.0