Function slint_interpreter::spawn_local
source ยท pub fn spawn_local<F: Future + 'static>(
fut: F,
) -> Result<JoinHandle<F::Output>, EventLoopError>
Expand description
Spawns a Future
to execute in the Slint event loop.
See the documentation of slint::spawn_local()
for more info