ArrayOptions

sealed external interface ArrayOptions(source)

Properties

Link copied to clipboard
abstract var concurrency: Double?

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

Link copied to clipboard
abstract var signal: AbortSignal?

Allows destroying the stream if the signal is aborted.