Skip to main content

spawn_global

Function spawn_global 

Source
pub fn spawn_global(future: impl Future<Output = ()> + 'static)
Expand description

Spawn a future on the global executor at low priority.