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

This project provides a utility function that debounces asynchronous JavaScript functions, ensuring that only the most recent call in a rapid sequence is executed. It's designed for developers who need to prevent redundant or overlapping executions of async operations, such as API calls triggered by frequent user input. The tool helps optimize performance and resource usage in applications with high-frequency async events.

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

Recent events

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

No events yet
sgress454's profile
sgress454
3 contributions
sgress454

sgress454/unbounce

Given an asynchronous Javascript function, return a version such that repeated calls will result in a single run being queued up with the arguments of the most recent call.

JavaScript
0
0
No license