Package: effect
Module: Stream
Converts the stream to a AsyncIterable capturing the required dependencies.
Signature
declare const toAsyncIterableEffect: <A, E, R>(self: Stream<A, E, R>) => Effect.Effect<AsyncIterable<A>, never, R>
Since v3.15.0