Spawner

Type Alias Spawner 

Source
pub type Spawner = fn(Pin<Box<dyn Future<Output = ()> + Send>>) -> JoinHandle<()>;