macro_rules! try_with_temporary_failure {
    ($e:expr) => { ... };
}
Expand description

Try e, and if it fails, allow our wait function to be retried.