[][src]Macro bigml::try_wait

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

Try e, and if it fails, allow our wait function to be retried for temporary errors only.