pub fn block_on<F, T>(future: F) -> Twhere F: Future<Output = T> + Send + 'static, T: Send + 'static,
Blocks until the future has finished.