effect-io-ai

Package: effect
Module: Channel

Channel.endSync

Creates a Channel that immediately ends with the lazily evaluated value.

Signature

declare const endSync: <A>(evaluate: LazyArg<A>) => Channel<never, never, A>

Source

Since v4.0.0