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 webreflection/holdon

Account's avatar
WebReflection/wru
sync and async JavaScript tests have never been that easy

Support the repos that depend on this repository

Top contributors

WebReflection's profile
WebReflection
1 contributions
mathiasbynens's profile
mathiasbynens
1 contributions

Recent events

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

No events yet
webreflection

webreflection/holdon

A simple unique key based cache

JavaScript
16
3
MIT License

Holdon provides a tiny, key‑based cache that groups multiple callbacks for the same asynchronous request under a single unique identifier. By storing callbacks in a per‑key list, it ensures that expensive operations (e.g., a file read) are performed only once while all listeners are notified when the result arrives—ideal for Node.js developers who need to coalesce duplicate async calls.