21. Asynchronous Programming with async and await

Objectives

In this chapter you’ll:

Image Understand what asynchronous programming is and how it can improve the performance of your apps.

Image Use the async modifier to indicate that a method is asynchronous.

Image Use an await expression to wait for an asynchronous task to complete execution so that an async method can continue its execution.

Take advantage of multicore processors by executing tasks asynchronously ...

Get C# 6 for Programmers, Sixth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.