Macro try_parallel

Source
macro_rules! try_parallel {
    ($($es:expr),+ $(,)?) => { ... };
}