Function ntex_rt::spawn

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