Home > @rushstack/node-core-library > IWeighted
IWeighted interface
Signature:
export interface IWeighted
Remarks
Used with Async.forEachAsync() and Async.mapAsync().
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
number | The weight of the element, used to determine the concurrency units that it will take up. Must be a whole number greater than or equal to 0. |