pub fn spawn_as_abortable<F, T>(f: F) -> AbortHandlewhere F: Future<Output = T> + Send + 'static, T: Send + 'static,