Contribute Media
A thank you to everyone who makes this possible: Read More

Building a distributed asyncio event loop

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.

Details

Improve this page