Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function default
import { default } from "https://deno.land/x/kafkasaur@v0.0.7/src/utils/bufferedAsyncIterator.ts";

Generator that processes the given promises, and yields their result in the order of them resolving.

Parameters

promises: any

promises to process

optional
handleError = [UNSUPPORTED]