Skip to main content

run

Function run 

Source
pub fn run<F: Future>(future: F) -> F::Output
Expand description

Create a tokio runtime, initialize tracing, and block on the given future.