Centralised event loop spinning
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`eventloop-spinner` is a tiny Node.js helper that prevents the event loop from being blocked by long-running CPU-intensive operations. It's designed for Node.js developers who need to handle computationally expensive tasks without starving I/O and making their application unresponsive. The library provides a simple API to check if the event loop is starving and to yield control back to Node.js when needed.