Hacker News new | ask | show | jobs
by mariusmg 4845 days ago
Yes,for each await it basically generates a state machine. It's pretty crazy to think how much code you don't have to write by using "await".
1 comments

"yield return" also makes a state machine, but a simpler one. I like async/await, but I am aware of the steep upward trend in internal complexity of these features.

IMHO this means that the fruit of these features are no longer so low-hanging.