Skip to main content

wait_child_timeout

Function wait_child_timeout 

Source
pub fn wait_child_timeout(child: Child, timeout: Duration) -> Result<Output>
Expand description

Wait for a child process to complete, enforcing a timeout via SIGKILL.