interface ArrayOptions
Usage in Deno
```typescript import { type ArrayOptions } from "node:node__stream.d.ts"; ```optional
concurrency: number
The maximum concurrent invocations of `fn` to call on the stream at once.
optional
signal: AbortSignal
Allows destroying the stream if the signal is aborted.