import { default } from "https://deno.land/x/ayonli_jsext@v0.9.72/run.ts";
const { maxWorkers } = default;
The maximum number of workers allowed to exist at the same time. If not set, use the same setting as parallel.maxWorkers.
x/ayonli_jsext/run.ts>default.maxWorkers
import { default } from "https://deno.land/x/ayonli_jsext@v0.9.72/run.ts";
const { maxWorkers } = default;
The maximum number of workers allowed to exist at the same time. If not set, use the same setting as parallel.maxWorkers.