[][src]Function global_executor::block_on

pub fn block_on<T: 'static>(future: impl Future<Output = T> + 'static) -> T