Function executor::run

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