/**
 * @packageDocumentation
 *
 * The `@rimbu/stream/async-custom` entry exposes custom constructors, utilities, async
 * fast‑iterator support and internal `AsyncStream` implementations used by the main
 * async stream API in `@rimbu/stream/async`.<br/>
 * Use it only when you need low‑level integration with async fast iterators or to build
 * specialized async stream sources; for normal async pipelines prefer `@rimbu/stream/async`.
 */
export * from './constructors.cjs';
export * from './utils.cjs';
export * from './async-fast-iterator-base.cjs';
export * from './async-stream-custom.cjs';
