run

Function run 

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

Executes the specified future and blocks until it completes.