- Best Answerset by Toezze
Just to give you a better answer, await breaks the normal flow of code. People think it's like a timer or pause, which it can be, but it's asynchronous and if you are not well versed in asynchronous and parallel programming most likely it's gonna crash your app.