Unfreeze UI whilst performing a task
Threading noob here. I’m trying to make a program that pulls a user’s profile data from the osu! website, and while doing so the application freezes. You can’t drag around the window or anything. I’ve tried making a task that returns the result after awaiting but it still freezes private async Task<OsuUserBest[]> GetUserScores() { return… Read More Unfreeze UI whilst performing a task