Skip to main content
Module

x/rimbu/stream/mod.ts>AsyncStreamable

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

Interfaces

Represents a non-empty object that can produce an asynchronous stream of values.

interface AsyncStreamable
Re-export
import { type AsyncStreamable } from "https://deno.land/x/rimbu@1.2.1/stream/mod.ts";

Represents an object that can produce an asynchronous stream of values.

Methods

asyncStream(): AsyncStream<T>

Returns an asynchronous stream of values.