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

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of matthewp/kill-on-exit

Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

matthewp's profile
matthewp
7 contributions
BigAB's profile
BigAB
2 contributions

Recent events

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

No events yet
matthewp

matthewp/kill-on-exit

Ensure child processes are killed when the parent exits

JavaScript
5
1
No license

kill‑on‑exit is a tiny Node.js utility that automatically terminates any child processes when the parent script ends, preventing orphaned processes. It’s intended for developers building command‑line or server‑side applications that spawn long‑running subprocesses and need reliable cleanup on exit.