| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > IAsyncParallelismOptions > concurrency
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;