Trait SpawnExt
futures_util::task
pub trait SpawnExt: Spawn { }
Extension trait for Spawn.
Spawn
impl<Sp: ?Sized> SpawnExt for Sp where Sp: Spawn,