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

x/rimbu/core/main/exports.ts>AsyncStreamSource

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Latest
namespace AsyncStreamSource
Re-export
import { AsyncStreamSource } from "https://deno.land/x/rimbu@1.2.1/core/main/exports.ts";
type alias AsyncStreamSource
Re-export
import { type AsyncStreamSource } from "https://deno.land/x/rimbu@1.2.1/core/main/exports.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>