import * as mod from "https://deno.land/std@0.66.0/async/mod.ts";
Classes
The MuxAsyncIterator class multiplexes multiple async iterators into a single stream. It currently makes an assumption:
|
Functions
Creates a Promise with the | |
pooledMap transforms values from an (async) iterable into another async iterable. The transforms are done concurrently, with a max concurrency defined by the poolLimit. |