spawn_future

Macro spawn_future 

Source
macro_rules! spawn_future {
    ($future:expr) => { ... };
    ($future:expr, $name:expr) => { ... };
}