rwrite

Macro rwrite 

Source
macro_rules! rwrite {
    ($dst:expr, $($arg:tt)*) => { ... };
}
Expand description

write! which retries on EINTR and EAGAIN.