PreviousNext

Exploring the async/await State Machine – Synchronization Context

by bill-s, 2021-03-19T00:16:04.531Z

In this article, I’ll start exploring some of the most popular questions related to async/await. Concretely, in the next couple of posts, I’ll clarify the misconceptions around the Synchronization Context and the usage of ConfigureAwait in nested and sequential async calls. First, it’s essential to understand why and when we need the Synchronization Context and the role it plays in the async/await workflow.

Read More