Function ntex_rt::spawn

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