>>105656123
I mean, it will, the whole point of await though is you can start some processing somewhere else and then come back and get it later, not to immediately get the result. I guess if there was a GUI running in the background it wouldnt block during the delay 1s.