Skip to main content
Module

x/lume/core/utils/concurrent.ts>concurrent

🔥 Static site generator for Deno 🦕
Extremely Popular
Go to Latest
function concurrent
import { concurrent } from "https://deno.land/x/lume@v2.1.0/core/utils/concurrent.ts";

Run a callback concurrently with all the elements of an Iterable

Parameters

iterable: AsyncIterable<Type> | Iterable<Type>
iteratorFn: (arg: Type) => Promise<unknown>
optional
limit = [UNSUPPORTED]