Skip to content

@ralphschuler.ai function caller.index.<internal>.ArrayOptions

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: ArrayOptions

index.<internal>.ArrayOptions

Table of contents

Properties

Properties

concurrency

Optional concurrency: number

the maximum concurrent invocations of fn to call on the stream at once. Default: 1.

Defined in

node_modules/@types/node/stream.d.ts:45


signal

Optional signal: AbortSignal

allows destroying the stream if the signal is aborted.

Defined in

node_modules/@types/node/stream.d.ts:47

Typescript Libraries

Modules

Namespaces

Clone this wiki locally