Skip to main content

SpawnHandle

Trait SpawnHandle 

Source
pub trait SpawnHandle:
    SpawnHandle
    + Send
    + Sync
    + 'static { }
Expand description

Type-erased handle to a spawned task. Allows aborting a task regardless of which reactor spawned it.

Implementorsยง