| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > IWeighted
Signature:
export interface IWeighted Used with Async.forEachAsync() and Async.mapAsync()<></>.
|
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. |