Home > @rushstack/node-core-library > IAsyncParallelismOptions > weighted
IAsyncParallelismOptions.weighted property
Optionally used with the Async.forEachAsync() to enable weighted operations where an operation can take up more or less than one concurrency unit.
Signature:
weighted?: boolean;