package @rimbu/stream/async
The @rimbu/stream/async
package provides the AsyncStream
implementations.
See the Rimbu docs Stream page for more information.
Interfaces
Name | Description |
---|---|
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
Name | Description |
---|---|
AsyncStream | A possibly infinite asynchronous sequence of elements of type T. See the Stream documentation and the AsyncStream API documentation |
AsyncStreamable | undocumented |
AsyncStreamSource | undocumented |
AsyncTransformer | An AsyncReducer that produces instances of AsyncStreamSource . |