Package: effect
Module: Channel
Returns a new channel that collects the output and terminal value of this channel, which it then writes as output of the returned channel.
Signature
declare const emitCollect: <OutElem, InElem, OutErr, InErr, OutDone, InDone, Env>(self: Channel<OutElem, InElem, OutErr, InErr, OutDone, InDone, Env>) => Channel<[Chunk.Chunk<OutElem>, OutDone], InElem, OutErr, InErr, void, InDone, Env>
Since v2.0.0