Skip to content

Compiling Async Features

Jukka Lehtosalo edited this page Oct 25, 2022 · 3 revisions

An async function is compiled similar to a generator.

Useful Resources

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):