Skip to main content

package @rimbu/stream/async

The @rimbu/stream/async package provides the AsyncStream implementations.

See the Rimbu docs Stream page for more information.

Interfaces

NameDescription
AsyncFastIterable<T>undocumented
AsyncFastIterator<T>undocumented
AsyncStream<T>A possibly infinite asynchronous sequence of elements of type T. See the Stream documentation and the AsyncStream API documentation
AsyncStreamable<T>undocumented

Namespaces

NameDescription
AsyncStreamA possibly infinite asynchronous sequence of elements of type T. See the Stream documentation and the AsyncStream API documentation
AsyncStreamableundocumented
AsyncStreamSourceundocumented
AsyncTransformerAn AsyncReducer that produces instances of AsyncStreamSource.