Skip to main content

spawn_global_with_priority

Function spawn_global_with_priority 

Source
pub fn spawn_global_with_priority(
    priority: Priority,
    future: impl Future<Output = ()> + 'static,
)
Expand description

Spawn a future on the global executor at the given priority.