Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/proc/mod.ts>ConcurrentOptions

A better way to work with processes in Deno.
Latest
interface ConcurrentOptions
import { type ConcurrentOptions } from "https://deno.land/x/proc@0.21.9/mod.ts";

Options for Enumerable.concurrentMap and Enumerable.concurrentUnorderedMap.

Properties

optional
concurrency: number

Maximum concurrency.