[][src]Macro bigml::try_with_permanent_failure

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

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