Function ui_worker

Source
pub async fn ui_worker<R: Runtime>(app_handle: AppHandle<R>) -> Result<()>
Expand description

Worker that loops to update rooms_list updates in queue currently it handles active_room updates outside the other actions, but maybe I should handle this as every other action