run

Function run 

Source
pub fn run<F>(future: F) -> <F as Future>::Output
where F: Future,
Expand description

Executes the specified future and blocks until it completes.