Skip to main content

Module process

Module process 

Source

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).