pub fn try_block_on<F, T>(future: F) -> Result<T>where F: Future<Output = T>,
Runs an async future, returning errors from runtime construction.