<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Jun 3, 2016 at 8:43 PM, Guido van Rossum <span dir="ltr"><<a href="mailto:guido@python.org" target="_blank">guido@python.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Could someone point me to the specific code that's considered the<br>
coroutine runner in asyncio and Tornado? I've been immersed in asyncio<br>
for so long that I don't know which part you're talking about. :-(<br></blockquote><div><br></div><div>asyncio.Task and tornado.gen.Runner. Basically the thing that calls next() and send() on generator objects.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br>
On Fri, Jun 3, 2016 at 5:26 PM, Nathaniel Smith <<a href="mailto:njs@pobox.com">njs@pobox.com</a>> wrote:<br>
> On Fri, Jun 3, 2016 at 5:14 PM, Ben Darnell <<a href="mailto:ben@bendarnell.com">ben@bendarnell.com</a>> wrote:<br>
>> I think this could be useful, but's answering the question of "what<br>
>> coroutine runner is this", not "what event loop is this".<br>
><br>
> Thanks, that's definitely a better way to put it.<br>
><br>
> -n<br>
><br>
> --<br>
> Nathaniel J. Smith -- <a href="https://vorpus.org" rel="noreferrer" target="_blank">https://vorpus.org</a><br>
</div></div><span class="im HOEnZb">> _______________________________________________<br>
> Async-sig mailing list<br>
> <a href="mailto:Async-sig@python.org">Async-sig@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/async-sig" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/async-sig</a><br>
> Code of Conduct: <a href="https://www.python.org/psf/codeofconduct/" rel="noreferrer" target="_blank">https://www.python.org/psf/codeofconduct/</a><br>
<br>
<br>
<br>
</span><div class="HOEnZb"><div class="h5">--<br>
--Guido van Rossum (<a href="http://python.org/~guido" rel="noreferrer" target="_blank">python.org/~guido</a>)<br>
</div></div></blockquote></div><br></div></div>