Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukaswilkeer/has-any-promise-rejected

A approch on handling multiple promise requests.
https://github.com/lukaswilkeer/has-any-promise-rejected

generators js promises

Last synced: 16 days ago
JSON representation

A approch on handling multiple promise requests.

Awesome Lists containing this project

README

        

## Has any promise rejected?

On the study and development using JS I encontered a problem with promises.

What coul'd happen on processing a list of async taks with one of then gets rejected?

So, I made this repo within approches to the problem that has none solution on JS language itself.

PS:

Made two, on imperative version other on a more functional version.
Boths are the same, but with diferent implications.

Keep the heads up.