I want to connect to a web news feed via http.request, but I don’t want the rest of my program (which shows animations) to stop while the file is being downloaded. It should basically run quietly in the background, and if there is no internet connection or no news update it should simply not do anything later on. How can I do this? Currently my program freezes until the download is done…