package @rimbu/stream/async-custom
undocumented
Interfaces
| Name | Description |
|---|---|
AsyncStreamConstructors | undocumented |
Classes
| Name | Description |
|---|---|
AsyncAppendIterator | undocumented |
AsyncCollectIterator | undocumented |
AsyncConcatIterator | undocumented |
AsyncDropIterator | undocumented |
AsyncDropWhileIterator | undocumented |
AsyncFastIteratorBase | undocumented |
AsyncFilterIterator | undocumented |
AsyncFilterPureIterator | undocumented |
AsyncFromStream | undocumented |
AsyncIndexedIterator | undocumented |
AsyncMapIterator | undocumented |
AsyncMapPureIterator | undocumented |
AsyncOfIterator | undocumented |
AsyncOfStream | undocumented |
AsyncPrependIterator | undocumented |
AsyncReduceIterator | undocumented |
AsyncRepeatIterator | undocumented |
AsyncStreamBase | undocumented |
AsyncTakeIterator | undocumented |
AsyncTransformerFastIterator | undocumented |
AsyncTransformerStream | undocumented |
AsyncUnfoldIterator | undocumented |
AsyncZipAllWithItererator | undocumented |
AsyncZipWithIterator | undocumented |
FromAsyncIterator | undocumented |
FromIterator | undocumented |
FromPromise | undocumented |
FromResource | undocumented |
FromResourceIterator | undocumented |
FromSource | undocumented |
Functions
asyncStreamSourceToIterator
undocumented
asyncStreamSourceToIteratorDefinition
export declare function asyncStreamSourceToIterator<T>(source: AsyncStreamSource<T>, close?: () => MaybePromise<void>): AsyncFastIterator<T>;
Type parameters
| Name | Description |
|---|---|
| T |
Parameters
| Name | Type | Description |
|---|---|---|
source | AsyncStreamSource<T> | |
close | () => MaybePromise<void> |
closeIters
undocumented
closeItersisAsyncFastIterator
undocumented
isAsyncFastIteratorisAsyncStream
undocumented
isAsyncStreamisEmptyAsyncStreamSourceInstance
undocumented
isEmptyAsyncStreamSourceInstanceConstants
| Name | Description |
|---|---|
| AsyncStreamConstructorsImpl | undocumented |
| emptyAsyncFastIterator | undocumented |
| emptyAsyncStream | undocumented |
| fixedDoneAsyncIteratorResult | undocumented |
| fromAsyncStreamSource | undocumented |