effect-io-ai

Package: effect
Module: Sink

Sink.sync

A sink that immediately ends with the specified lazily evaluated value.

Signature

declare const sync: <A>(a: LazyArg<A>) => Sink<A>

Source

Since v2.0.0