/promise-all-soft-fail

This functions much like Promise.all() however it does not fail-fast. It executes all the promises and returns the results.

Primary LanguageJavaScriptMIT LicenseMIT

Stargazers