pub fn run<F: Future>(future: F) -> F::OutputExpand description
This function has been renamed to block_on; please see its documentation.
This function remains to maintain compatibility with the online versions
of the book that use the name run.