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
pub fn spawn_local<F: Future + 'static>(
fut: F,
) -> Result<JoinHandle<F::Output>, EventLoopError>
Spawns a Future
to execute in the Slint event loop.
See the documentation of slint::spawn_local()
for more info