import { Suspend } from "@effect/core/stream/Channel/definition/primitives" /** * @tsplus static effect/core/stream/Channel.Ops suspend */ export function suspend( effect: LazyArg> ): Channel { return new Suspend(effect) }