Exploring the async/await State Machine – The Awaitable Pattern – Vasil Kosturski

The Awaitable Pattern plays a vital role in the whole async/await workflow behind the scenes. The best way to understand how it works is to build your own awaitable type. Let’s see how!