Similar to native Promise.allSettled, but rejects with { isTimeout: true } if the execution exceeds the given timeout.
{ isTimeout: true }
Values or promises to wait for.
Maximum wait time in milliseconds.
Native Promise.allSettled-style results.
Similar to native Promise.allSettled, but rejects with
{ isTimeout: true }if the execution exceeds the given timeout.