Child workers that are automatically reaped

Wondering if anyone would be interested in me implementing something like this?

TLDR: launched sub-processes that are automatically killed by the OS if your application exits for any reason (seg fault / crashes, force killed or exits gracefully)

Sound interesting. Might solve my final problem on Fix up geckodriver by xendk · Pull Request #44 · watzon/marionette · GitHub

I could live with a shard though.

Would be interesting to see how/if other languages implement this.

looks like python has a function: preexec_fn

That makes it achievable - not sure it would work on windows though
Also glad to see I’m not the only one with dangling ffmpeg processes