Quiz
How await Works Under the Hood
Understanding what await actually does to a method's execution flow.
In an async method, what best describes what happens when execution reaches an 'await' on a Task that is not yet completed?
Understanding what await actually does to a method's execution flow.
In an async method, what best describes what happens when execution reaches an 'await' on a Task that is not yet completed?