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 **async‑task‑mgr** package provides a tiny Node.js library that coordinates asynchronous operations by task name. When multiple callers add a task with the same identifier, the library runs the underlying action only once, caches its result, and delivers that result to all queued callbacks, making it ideal for developers who need to avoid duplicate work (e.g., repeated API calls, expensive calculations) while sharing the outcome across different parts of an application.

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

ottomao's profile
ottomao
7 contributions

Recent events

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

No events yet
ottomao

ottomao/async-task-mgr

A simple nodeJS module for async task manager. Identical tasks will be executed only once and the result will be saved for further use.

JavaScript
0
0
No license