Skip to main content

with_timeout

Function with_timeout 

Source
pub fn with_timeout<F, R>(timeout: Duration, f: F) -> Result<R>
where F: FnOnce() -> R + Send + 'static, R: Send + 'static,