Skip to main content
ArrayOptions.concurrency - stream - Node documentation
property ArrayOptions.concurrency

Usage in Deno

import { type ArrayOptions } from "node:stream";

The maximum concurrent invocations of fn to call on the stream at once.

Type

number