Latest
function default
import { default } from "https://dotland.deno.dev/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]