pub fn spawn_ui_task<Fut>(fut: Fut) -> Task<Fut::Output>where Fut: Future + Send + 'static, Fut::Output: Send,
Spawn and run new task, running on runtime thread
See [ExecutorHandle::spawn]
ExecutorHandle::spawn