import * as mod from "https://dotland.deno.dev/std@0.116.0/async/mod.ts";
Classes
The MuxAsyncIterator class multiplexes multiple async iterators into a single stream. It currently makes an assumption:
|
Functions
Create a promise which will be rejected with DeadlineError when a given delay is exceeded. | |
Creates a debounced function that delays the given | |
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. |
Interfaces
A debounced function that will be delayed by a given | |