interface ArrayOptions
Usage
import { type ArrayOptions } from "node:stream";
optional
concurrency: number
the maximum concurrent invocations of fn to call on the stream at once. Default: 1.
import { type ArrayOptions } from "node:stream";
concurrency: number
the maximum concurrent invocations of fn to call on the stream at once. Default: 1.