Bun

interface

stream.default.ArrayOptions

interface ArrayOptions

  • concurrency?: number

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

  • signal?: AbortSignal

    Allows destroying the stream if the signal is aborted.