Await expressions (Posting On Python-List Prohibited)

Chris Angelico rosuav at gmail.com
Fri Jan 26 19:04:48 EST 2024


On Sat, 27 Jan 2024 at 11:01, Greg Ewing via Python-list
<python-list at python.org> wrote:
>
> If it helps at all, you can think of an async function as being
> very similar to a generator, and "await" as being very similar to
> "yield from". In the current implementation they're almost exactly
> the same thing underneath.
>

Don't bother responding to people who say that they don't want
responses on a public list.

ChrisA


More information about the Python-list mailing list