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

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of sorribas/after-all

Account's avatar
isaacs/once
Run a function exactly one time
Account's avatar
rvagg/brtapsauce
Browserify TAP test runner for SauceLabs
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

sorribas's profile
sorribas
47 contributions
freeall's profile
freeall
2 contributions

Recent events

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

No events yet
sorribas

sorribas/after-all

Call several asynchronous functions and invoke a callback 'after all' of them are done.

JavaScript
28
3
Other

after‑all is a tiny Node.js utility that lets you launch multiple asynchronous operations in parallel and run a single final callback only after every one has completed (or as soon as any reports an error). It’s aimed at developers who need a lightweight, callback‑based way to coordinate several independent async tasks—such as aggregating data for a dashboard—without pulling in larger flow‑control libraries.