import { AsyncZipWithIterator } from "https://deno.land/x/rimbu@0.13.1/stream/async-custom/async-fast-iterator-base.ts";
Constructors
new
AsyncZipWithIterator(iterables: [K in keyof I]: AsyncStreamSource<I[K]>, zipFun: (...values: I) => MaybePromise<R>)Properties
readonly
sources: AsyncFastIterator<any>[]readonly
sourcesToClose: Set<AsyncFastIterator<any>>Methods
fastNext<O>(otherwise?: AsyncOptLazy<O>): Promise<R | O>