Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

The **promises‑all** library is a small Node.js utility that runs multiple promise‑based functions in parallel and returns a single result object containing separate arrays for the fulfilled and rejected values. Unlike the native `Promise.all`, it only rejects the whole call when the wrapper itself errors, making it useful for developers who need to fire several asynchronous operations (e.g., API calls) and handle individual successes and failures without aborting the entire batch.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of bhargavthakrar/promise-hell

Account's avatar
petkaantonov/bluebird
Full featured Promises/A+ implementation with exceptionally good performance
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
jshint/jshint
Static analysis tool for JavaScript
Account's avatar
mochajs/mocha
simple, flexible, fun test framework

Support the repos that depend on this repository

Top contributors

BhargavThakrar's profile
BhargavThakrar
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
bhargavthakrar

bhargavthakrar/promise-hell

Track down promise states of all promise functions executing in parallel. Similar to promise.all function, but it rejects the complete promise.all() even if any one of the promise fails, where as promises-all npm will indiviudally return you the states.

JavaScript
0
1
MIT License