{{ message }}
Commit ed7305e
lib: reduce overhead of
It was simply calling `SafePromiseAllSettled`, which itself calls
`arrayToSafePromiseIterable` which wraps all promises into new
`SafePromise` object and wraps it into a `SafeArrayIterator`. Since we
don't care about the return value, we can take some shortcuts.
PR-URL: #51243
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: James M Snell <jasnell@gmail.com>SafePromiseAllSettledReturnVoid calls1 parent 96d64ed commit ed7305e
1 file changed
Lines changed: 11 additions & 3 deletions

0 commit comments