Description
To support distributed, durable (i.e. resumable) asynchronous code in Temporal, a custom asyncio event loop was required. We will cover how asyncio event loops work under the hood, considerations for building a custom, deterministic one, and gotchas encountered along the way.