Function hala_future::executor::block_on

source ·
pub fn block_on<Fut, R>(fut: Fut) -> R
where Fut: Future<Output = R> + Send + 'static, R: Send + 'static,