Function run_future

Source
pub fn run_future<F, T>(future: F) -> T
where F: Future<Output = T> + Send, T: Send,