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

x/rimbu/stream/mod.ts>AsyncStreamable

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
namespace AsyncStreamable
Re-export
import { AsyncStreamable } from "https://deno.land/x/rimbu@1.0.0/stream/mod.ts";
interface AsyncStreamable
Re-export
import { type AsyncStreamable } from "https://deno.land/x/rimbu@1.0.0/stream/mod.ts";

Methods

asyncStream(): AsyncStream<T>