interface ArrayOptions
Properties Jump to heading
optional
Jump to headingconcurrency: number
The maximum concurrent invocations of fn
to call on the stream at once.
optional
Jump to headingsignal: AbortSignal
Allows destroying the stream if the signal is aborted.