Skip to main content
Module

x/rimbu/mod.ts>AsyncStreamSource

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
namespace AsyncStreamSource
Re-export
import { AsyncStreamSource } from "https://deno.land/x/rimbu@0.13.2/mod.ts";
type alias AsyncStreamSource
Re-export
import { type AsyncStreamSource } from "https://deno.land/x/rimbu@0.13.2/mod.ts";
definition:
| undefined
| AsyncStreamSource.NonEmpty<T>
| AsyncStream<T>
| (() => MaybePromise<AsyncStreamSource<T>>)
| AsyncStreamable<T>
| StreamSource<T>
| AsyncIterable<T>
definition:
| undefined
| AsyncStreamSource.NonEmpty<T>
| AsyncStream<T>
| (() => MaybePromise<AsyncStreamSource<T>>)
| AsyncStreamable<T>
| StreamSource<T>
| AsyncIterable<T>