Functionsยง
- force_
kill - Unconditionally kill a process.
- is_
alive - Check whether a process with the given PID is still running.
- terminate_
gracefully - Ask a process to terminate gracefully (SIGTERM on Unix, nothing on Windows since we prefer HTTP shutdown; the caller should have already tried that).