Function ntex_rt::spawn[][src]

pub fn spawn<F>(_: F) -> Pin<Box<dyn Future<Output = F::Output>>> where
    F: Future + 'static,