pub fn block_future<'r, F>(
    _runtime: &'r Runtime,
    _future: F
) -> <F as Future>::Output
where F: Future + Send, F::Output: Send,
Expand description

block_future