Unnecessary async/await when await is last?
问题 I've been dealing quite a lot with async await lately (read every possible article including Stephen's and Jon's last 2 chapters) , but I have come to conclusion and I don't know if it's 100% correct. - hence my question . Since async only allows the word await to be present , i'll leave async aside. AFAIU , await is all about continuation . instead of writing functional (continuational) code , write synchronous code. ( i like to refer it as callback'able code) So when the compiler reaches