pub fn spawn_global_with_priority( priority: Priority, future: impl Future<Output = ()> + 'static, )
Spawn a future on the global executor at the given priority.