Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lukaswilkeer/has-any-promise-rejected
- Owner: lukaswilkeer
- Created: 2019-12-12T19:02:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T23:56:10.000Z (about 5 years ago)
- Last Synced: 2024-11-14T12:55:27.824Z (3 months ago)
- Topics: generators, js, promises
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.