Skip to main content
Module

x/lume/core/utils.ts>concurrent

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function concurrent
import { concurrent } from "https://deno.land/x/lume@v1.15.2/core/utils.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]