/** * Suspends creation of the specified transaction lazily. * * @tsplus static effect/core/stm/STM.Ops suspend */ export function suspend(f: LazyArg>): STM { return STM.sync(f).flatten }