Skip to main content

SpawnHandle

Trait SpawnHandle 

Source
pub trait SpawnHandle:
    Send
    + Sync
    + 'static {
    // Required method
    fn abort(&self);
}
Expand description

Handle to a spawned task.

Required Methods§

Source

fn abort(&self)

Implementors§