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 decentstack/nanoqueue

Account's avatar
standard/standard
JavaScript Standard Style
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

telamon's profile
telamon
1 contributions

Recent events

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

No events yet
decentstack

decentstack/nanoqueue

A processing queue with workload limits

JavaScript
0
0
GNU Lesser General Public License v3.0

nanoqueue is a lightweight Node.js library that implements a configurable processing queue with a fixed number of parallel work slots. It lets developers enqueue items, define a custom `process` handler that runs in the limited slots, and receive progress updates and a completion callback—useful for any JavaScript project that needs to throttle asynchronous work such as API calls, file operations, or batch calculations.