Explore Library
FlashcardIntermediate

async/await & the Task model

Learn how async and await let you write non-blocking code using Task-based asynchrony.

Question

What do async and await do in C#?

Click to reveal answer