[][src]Function awak::blocking::block_on

pub fn block_on<T>(future: impl Future<Output = T>) -> T

Runs a future to completion on the current thread.