Function spawn_as_abortable

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