run

Function run 

Source
pub fn run<F>(spawn_closure: F)
where F: Future<Output = ()> + Send + 'static,
Expand description

run future and return immediately