Skip to content

Latest commit

 

History

History
66 lines (34 loc) · 970 Bytes

File metadata and controls

66 lines (34 loc) · 970 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

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

weight

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.