Skip to main content
Module

std/async/pool.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.113.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.