spawn_ui_task

Function spawn_ui_task 

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

Spawn and run new task, running on runtime thread

See [ExecutorHandle::spawn]