kill_pid

Function kill_pid 

Source
fn kill_pid(pid: u32) -> Result<()>
Expand description

Platform-specific best-effort kill of a child process by PID. Mirror of the cef-side helper in agentmux-cef::commands::platform.