slint_interpreter

Function 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