ArrayOptions - Node documentation
interface ArrayOptions

Usage in Deno

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

Properties

optional
concurrency: number

the maximum concurrent invocations of fn to call on the stream at once. Default: 1.

optional
signal: AbortSignal

allows destroying the stream if the signal is aborted.