Skip to main content

block_on

Function block_on 

Source
pub fn block_on<B, F>(fut: F) -> F::Output
where B: PoolDriver, F: Future,