pub fn spawn_worker<Fut>(future: Fut)where Fut: Future + Send + 'static, Fut::Output: Send + 'static,