pub fn retry_on_intr<T, F>(f: F) -> Result<T, Errno> ⓘwhere F: FnMut() -> Result<T, Errno>,
dep_rustix
Call f until it either succeeds or fails other than Errno::INTR.
f
Errno::INTR