pub fn spawn_local_with_priority<F: Future<Output = ()> + 'static>(
    priority: Priority,
    func: F
) -> SourceId
Expand description

Spawns a thread-local future on GLib’s executor, for non-Send futures.