Function ntex_util::spawn

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