Function relm4::spawn_local

source ·
pub fn spawn_local<F: Future<Output = ()> + 'static>(func: F) -> SourceId
Expand description

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