Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/stream/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@1.0.0/stream/mod.ts";
type alias AsyncStreamSource
Re-export
import { type AsyncStreamSource } from "https://deno.land/x/rimbu@1.0.0/stream/mod.ts";
definition:
| undefined
| AsyncStreamSource.NonEmpty<T>
| AsyncStream<T>
| (() => MaybePromise<AsyncStreamSource<T>>)
| AsyncStreamable<T>
| StreamSource<T>
| AsyncIterable<T>