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