Home > @rushstack/node-core-library > IAsyncParallelismOptions > concurrency
IAsyncParallelismOptions.concurrency property
Optionally used with the Async.mapAsync(), Async.mapAsync() and Async.forEachAsync(), and Async.forEachAsync() to limit the maximum number of concurrent promises to the specified number.
Signature:
concurrency?: number;