Skip to main content
Module

x/rimbu/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.2.0/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.0/mod.ts";

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

Methods

asyncStream(): AsyncStream<T>

Returns an asynchronous stream of values.

asyncStream(): AsyncStream<T>

Returns an asynchronous stream of values.