import { AsyncStreamable } from "https://deno.land/x/rimbu@1.2.0/core/mod.ts";
Interfaces
Represents a non-empty object that can produce an asynchronous stream of values. |
import { type AsyncStreamable } from "https://deno.land/x/rimbu@1.2.0/core/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.