Function call_timeout

Source
pub fn call_timeout<F>(f: F, name: &str, repeat: usize, timeout: Duration)
where F: FnMut() + Send + 'static,