import * as servest from "https://deno.land/x/servest@v1.3.4/vendor/https/deno.land/std/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. | |
f tee | Branches the given async iterable into the n branches. |