Skip to main content

run_bounded

Function run_bounded 

Source
pub fn run_bounded(
    session_id: &str,
    command: &str,
    timeout: Duration,
) -> Result<String>
Expand description

Run a command with a timeout and kill the process group if it expires.