pub fn spawn_task<F, T>(_: F) -> Ready<Result<T, JoinError>>where
    F: Future<Output = T> + Send + 'static,
    T: Send + 'static,