run

Function run 

Source
pub fn run<T>(future: impl Future<Output = T> + 'static + Send)
where T: Send + 'static,