Function ntex_net::spawn

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