Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/index.ts>run.maxWorkers

A JavaScript extension package for building strong and modern applications.
Latest
variable run.maxWorkers
import { run } from "https://deno.land/x/ayonli_jsext@v0.9.72/index.ts";
const { maxWorkers } = run;

The maximum number of workers allowed to exist at the same time. If not set, use the same setting as parallel.maxWorkers.

type

number | undefined