Great historical timeline: https://snarky.ca/how-the-heck-does-async-await-work-in-python-3-5/
- Also implements an event loop
PEP 492: https://peps.python.org/pep-0492/
- Introduces
await
for awaitable objects
A Curious Course on Coroutines and Concurrency by David Beazley