Low-level process handling
This is low-level enough that you should probably be using Shell
instead
to dispatch processes.
kills a process by sending signal
; waiting for wait_for
and then
sending a sigkill
.
You need to set is_child to true when killing child processes or run waitpid
on them in another.
wait_for
after
receiving the sigkill
.]