Async - Await

18 January 2020

Category: Mini

Hi everyone,

this is just a mini project which took me 10 minutes. It’s more for future reference rather than any challenge. For a long time, I was wondering how people do animation in GUI in WPF while maintaining the apps’ responsiveness. The method I’m using here is nested async-await. It’s no big deal, but it was interesting to realize that it works in the same way as co-routines in Unity :).

Cheers!

Petr