Starting the application it should immediately show the UI and the fetching of the (potential many) feeds should happen in another thread, to stay responsive. The list of feeds should be updated with received feeds by adding them to the corresponding vector.
Starting the application it should immediately show the UI and the fetching of the (potential many) feeds should happen in another thread, to stay responsive. The list of feeds should be updated with received feeds by adding them to the corresponding vector.
(Arc::new(Mutex::new(Vec<Feed>));