pub fn spawn<F, T>(future: F) -> Task<T> ⓘwhere F: Future<Output = T> + 'static, T: 'static,
Creates a new task running on the NGINX event loop.