pub fn spawn_cancellable(
program: &str,
args: &[&str],
cancel_rx: &Receiver<()>,
grace_ms: u64,
) -> ToolCallResultExpand description
Test-visible generic over the binary name. run_apr_cancellable is the
"apr"-bound wrapper clients should use in production code.