union_future

Macro union_future 

Source
macro_rules! union_future {
    ($name:ident<$item:ty, $err:ty>, $($n:ident => $ft:ty),*) => { ... };
}
Expand description

A macro to create a future that has branched from multiple underlying futures of distinct types.