Just another library with the sole purpose of waiting till all promises to complete. Nothing more, Nothing less.
-
Updated
Jul 20, 2022 - TypeScript
Just another library with the sole purpose of waiting till all promises to complete. Nothing more, Nothing less.
Supercharge your promises with parallel, sequential, pooled, and batched resolution
Await an array of promises to be settled, then reject with an AggregateError upon failure, or resolve with an array of values upon success.
Provides Promise.all and Promise.allSettled variants that limit the number of simultaneously pending promises.
Add a description, image, and links to the allsettled topic page so that developers can more easily learn about it.
To associate your repository with the allsettled topic, visit your repo's landing page and select "manage topics."