effect-io-ai

Package: effect
Module: Stream

Stream.toAsyncIterable

Converts the stream to a AsyncIterable.

Signature

declare const toAsyncIterable: <A, E>(self: Stream<A, E>) => AsyncIterable<A>

Source

Since v3.15.0