common_runtime::global

Function block_on_global

source
pub fn block_on_global<F: Future>(future: F) -> F::Output
Expand description

Run a future to complete in global thread pool.