Function rustix::io::errno::retry_on_intr

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

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