Internals of Async

Async and await are now common elements of .NET ecosystem. Do you know how they work? Do you know what is synchronization context, how to wait for async void methods or how to implement custom task scheduler?

In this talk I show internals of async and await. I present state machine created by the compiler, consider allocation issues and show typical deadlock scenarios. We will see how to call async methods from synchronous code, how to wait for async void, how to implement custom synchronization context or task scheduler to handle exceptions, and how to run task without allocation at all.

Level 400, very intense session.

Learning Objectives:

  • Understanding state machine generated by the compiler
  • Learning details of TPL and synchronization contexts
  • Debugging common deadlock scenarios

Materials

Slides

Async Wandering Part 5 — Catching exceptions from async void

Recordings





Presented at