devela::_dep::rustix::io

Function retry_on_intr

pub fn retry_on_intr<T, F>(f: F) -> Result<T, Errno> 
where F: FnMut() -> Result<T, Errno>,
Available on crate feature dep_rustix only.
Expand description

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