import { parallel } from "https://deno.land/x/ayonli_jsext@v0.9.72/index.ts";
const { maxWorkers } = parallel;
The maximum number of workers allowed to exist at the same time. If not set, the program by default uses CPU core numbers as the limit.
x/ayonli_jsext/index.ts>parallel.maxWorkers
import { parallel } from "https://deno.land/x/ayonli_jsext@v0.9.72/index.ts";
const { maxWorkers } = parallel;
The maximum number of workers allowed to exist at the same time. If not set, the program by default uses CPU core numbers as the limit.