[Python-Dev] PEP 492: async/await in Python; version 4
Yury Selivanov
yselivanov.ml at gmail.com
Tue May 5 22:57:55 CEST 2015
On 2015-05-05 4:39 PM, Paul Moore wrote:
> Is there anyone who feels they could write a stripped down but working
> example of a valid Python event loop*without* the asyncio aspects? Or
> is that what David Beazley's talk does?
Yes, in David's talk, where he starts to use 'yield from' you
can simply use new coroutines.
Yury
More information about the Python-Dev
mailing list