[Python-ideas] The async API of the future: yield-from

Nick Coghlan ncoghlan at gmail.com
Sun Oct 14 04:26:04 CEST 2012


My general thought on this is that "yield from generator" is the coroutine
equivalent of a function call, while "yield future" would be the way the
lowest level of the generator talked to the standard event loop.

--
Sent from my phone, thus the relative brevity :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20121014/fca1c7ae/attachment.html>


More information about the Python-ideas mailing list