graceful exit process even parent exit on SIGKILL.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This Node.js module ensures child processes (created via `fork()` or cluster) exit cleanly even if their parent process is killed with `SIGKILL`. It's designed for developers building applications that spawn or cluster child processes, preventing resource leaks and zombie processes when parent crashes. The library adds automatic signal handling and cleanup logic to child