pub fn kill_child_process_group_with_signal(
child: &mut Child,
signal: KillSignal,
) -> Result<()>Expand description
Kill the process group for a tokio child with a specific signal.
pub fn kill_child_process_group_with_signal(
child: &mut Child,
signal: KillSignal,
) -> Result<()>Kill the process group for a tokio child with a specific signal.