block_on

Function block_on 

Source
pub fn block_on<F: Future>(f: F) -> F::Output
Expand description

Run a future to completion with the default Runtime object.