diff --git a/README.md b/README.md index 3d4f0ae18..00e5b4fcc 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ The workflow implementation basically turns `async def` functions into workflows event loop. This means task management, sleep, cancellation, etc have all been developed to seamlessly integrate with `asyncio` concepts. +See the [blog post](https://temporal.io/blog/durable-distributed-asyncio-event-loop) introducing the Python SDK for an +informal introduction to the features and their implementation. + ---