[][src]Macro pasts::wait

macro_rules! wait {
    ($($f:expr),* $(,)?) => { ... };
}

Similar to race!, except doesn't take an array, but rather a list of asynchronous expressions.