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

a-sync-waterfall is a lightweight JavaScript module that runs an array of functions in series, passing results from each to the next, and halting execution if any function passes an error. It supports both synchronous and asynchronous tasks, works in browsers and Node.js, and has zero dependencies. This tool is ideal for developers who need to chain operations sequentially while handling errors gracefully.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

es128's profile
es128
16 contributions
hydiak's profile
hydiak
9 contributions
paulmillr's profile
paulmillr
3 contributions
kylef's profile
kylef
1 contributions

Recent events

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

No events yet
hydiak

hydiak/a-sync-waterfall

:fountain: Simple, isolated sync/async waterfall module for JavaScript. Zero dependencies. Runs a list of tasks, passing the results of each into the next one.

JavaScript
1
0
MIT License