[go: up one dir, main page]

Macro try_parallel

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