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

DeprecationWarning: There is no current event loop, loop = asyncio.get_event_loop() #16

Closed mikeckennedy closed 2 years ago

mikeckennedy commented 2 years ago

Python 3.10 has changed how this works and deprecated how we've been starting asyncio.