Module

std/async/pool.ts

Deno standard library
Go to Latest
import * as mod from "https://dotland.deno.dev/std@0.71.0/async/pool.ts";

Functions

pooledMap transforms values from an (async) iterable into another async iterable. The transforms are done concurrently, with a max concurrency defined by the poolLimit.