Home
last modified time | relevance | path

Searched defs:retry_on_intr (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/rustix/src/io/
H A Derrno.rs78 pub fn retry_on_intr<T, F: FnMut() -> Result<T>>(mut f: F) -> Result<T> { in retry_on_intr() functions

Completed in 2 milliseconds