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 zoubin/run-callback

Account's avatar
mafintosh/end-of-stream
Call a callback when a readable/writable/duplex stream has completed or failed.
Account's avatar
aroneous/stream-consume
Consume a stream to ensure it keeps flowing

Support the repos that depend on this repository

Top contributors

zoubin's profile
zoubin
21 contributions

Recent events

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

No events yet
zoubin

zoubin/run-callback

Run async & sync callbacks

JavaScript
0
0
No license

run‑callback is a small Node.js utility that normalizes the execution of functions that may be synchronous, return a Promise, accept a Node‑style callback, or return a stream, always yielding a Promise that resolves to an array of results. It’s aimed at developers building task runners, build tools (e.g., Gulp plugins), or any JavaScript code that needs a consistent way to run and compose async or sync callbacks.