pub fn with_retrying<T, F: FnMut() -> Result<T>>(f: F) -> Result<T>
Expand description

Call f until it either succeeds or fails other than Errno::INTR.