Repeating task manager using tail recursion for Node.js
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
RepeatingTaskManager is a Node.js library that manages recurring tasks using tail recursion to ensure efficient, non-blocking execution. It allows users to register, execute, pause, resume, and clear tasks with customizable intervals and error handling, making it ideal for developers needing precise control over timed task execution.