Macro bigml::try_with_permanent_failure[][src]

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

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