spawn_local_ui_task

Function spawn_local_ui_task 

Source
pub fn spawn_local_ui_task<Fut>(fut: Fut) -> Task<Fut::Output>
where Fut: Future + 'static, Fut::Output: 'static,
Expand description

Spawn and run new task, on runtime thread

See [ExecutorHandle::spawn_local]