pub fn is_process_alive(pid: u32) -> boolAvailable on crate feature
sysinfo only.Expand description
Check whether a process with the given PID is currently alive.
Used by polars_ooc::cleaner::cleanup_stale_dirs to remove spill
directories left behind by dead processes on startup.