Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3k
Compiling Async Features
Jukka Lehtosalo edited this pageOct 25, 2022 ·3 revisions
An async function is compiled similar to agenerator.
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):