Home > @rushstack/node-core-library > IAsyncParallelismOptions > concurrency
IAsyncParallelismOptions.concurrency property
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Optionally used with the Async.mapAsync() and Async.forEachAsync() to limit the maximum number of concurrent promises to the specified number.
Signature:
concurrency?: number;