macro_rules! multis_close_async {
    ($timeout: expr,
     $($multi: expr),+) => { ... };
}
Expand description

Macro to close, atomically-ish, all Multis passed in as parameters