Comment on Decompiling C# (async/await)parentComments−SideburnsOfDoom13y"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.
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.