future_spawn

Function future_spawn 

Source
pub fn future_spawn<Fut>(fut: Fut)
where Fut: Future<Output = ()> + Send + 'static,
Expand description

Using global register FutureSpawner to start a new future task.