LyraLearn AI Learning Platform
Exams
← Back to the lesson
Module 2 Β· Quiz

Async/Await Under Questioning

1. What is the primary function of the `await` keyword in C#?
2. What can result from calling `GetDataAsync().Result` in a legacy application?
3. Why is `async void` only appropriate for event handlers?
4. How should independent asynchronous calls be executed to improve efficiency?