pub fn spawn_local<F: Future<Output = ()> + 'static>(func: F) -> SourceId
Spawns a thread-local future on GLib’s executor, for non-Send futures.
Send