-
- Notifications
You must be signed in to change notification settings - Fork 3k
Compiling Async Features
Jukka Lehtosalo edited this page Oct 25, 2022 · 3 revisions
An async function is compiled similar to a generator.
Async features are described across several PEPs, and async functions are similar to generators which have been around a lot longer (PEPs from the newest to the oldest):