Macro bigml::try_with_temporary_failure[][src]

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

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