Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency
Like Promise.all
, but when all Promise
s are settled.
settle([...]) returns a Promise that is fulfilled when all items in the array are either fulfilled or rejected