pub trait SpawnHandle: Send + Sync + 'static { // Required method fn abort(&self); }
Handle to a spawned task.