Skip to content

Commit 60b72c6

Browse files
authored
Link to Python SDK launch blog post (#350)
1 parent 83bbc36 commit 60b72c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ The workflow implementation basically turns `async def` functions into workflows
3333
event loop. This means task management, sleep, cancellation, etc have all been developed to seamlessly integrate with
3434
`asyncio` concepts.
3535

36+
See the [blog post](https://temporal.io/blog/durable-distributed-asyncio-event-loop) introducing the Python SDK for an
37+
informal introduction to the features and their implementation.
38+
3639
---
3740

3841
<!-- START doctoc generated TOC please keep comment here to allow auto update -->

0 commit comments

Comments
 (0)