Explore Library
QuizAdvanced

Understanding the await Keyword

Learn what the await keyword actually does to the current method and thread.

In an async method, what does the 'await' keyword do when applied to a Task that has not yet completed?