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

Using global register [Spawner] to start a new future task.