On 27/01/24 10:46 am, Stefan Ram wrote:
   But your explanation seems to have no mention of the "something" /
   "the awaitable object" part following the preposition "on". Shouldn't
   this awaitable object play a rĂ´le in the explanation of what happens?

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.

--
Greg

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to