[][src]Function threads_pool::block_on

pub fn block_on<T>(fut: impl Future<Output = T>) -> Result<T, ExecutionError>