deno.com

interface ArrayOptions

Properties #

#concurrency: number
optional

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

#signal: AbortSignal
optional

Allows destroying the stream if the signal is aborted.