import { FromPromise } from "https://deno.land/x/rimbu@0.13.1/stream/async-custom/async-fast-iterator-base.ts";
Constructors
new
FromPromise(promise: () => Promise<AsyncStreamSource<T>>, close?: () => MaybePromise<void>)Properties
iterator: AsyncFastIterator<T> | undefined
Methods
fastNext<O>(otherwise?: AsyncOptLazy<O>): Promise<T | O>