run

Function run 

Source
pub fn run<F>(l: &impl RuntimeLoop, future: F) -> <F as Future>::Output
where F: Future,