[][src]Function pollster::block_on

pub fn block_on<F: Future>(fut: F) -> F::Output

Block until the the future is ready.