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

Debounceify is a tiny Node.js library that provides an async debouncer, ensuring that a given asynchronous function is not executed in parallel and that only the last call in a burst is executed after the first one finishes. It's designed for developers who need to manage and control the execution of async functions in scenarios like API calls, event handlers, or any situation where debouncing is required to prevent redundant or overlapping operations.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of mafintosh/debounceify

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

mafintosh's profile
mafintosh
6 contributions

Recent events

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

No events yet
mafintosh

mafintosh/debounceify

Tiny async debouncer

JavaScript
38
2
MIT License