effect-io-ai

Package: effect
Module: Channel

Channel.write

Writes a single value to the channel.

Signature

declare const write: <OutElem>(out: OutElem) => Channel<OutElem>

Source

Since v2.0.0