EJ

Home

❯

notes

❯

async await python

async-await-python

Sep 02, 20251 min read

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


Graph View

EmJames, created with Quartz © 2025

  • GitHub
  • Blog
  • Notes