effect-io-ai

Package: effect
Module: Stream

Stream.toAsyncIterableEffect

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>

Source

Since v3.15.0