pub fn block_on<Fut>(fut: Fut) -> Fut::Outputwhere Fut: Future,
Blocks the current thread until the given future completes.