run

Function run 

Source
pub fn run<F: Future>(future: F) -> F::Output
Expand 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.