talkpython / async-techniques-python-course

Async Techniques and Examples in Python Course
https://training.talkpython.fm/courses/explore_async_python/async-in-python-with-threading-and-multiprocessing
MIT License
455 stars 250 forks source link

Trio 0.16 #11

Closed lenore-corbeaux closed 4 years ago

lenore-corbeaux commented 4 years ago

Upgrading prod_trio.py to work with modern version of trio package (0.11 and newer)

mikeckennedy commented 4 years ago

Super, thank you!