Function executor::run[][src]

pub fn run<T>(future: impl Future<Output = T> + 'static + Send) where
    T: Send + 'static,