On Fri, Jun 3, 2016 at 8:43 PM, Guido van Rossum <guido@python.org> wrote:
Could someone point me to the specific code that's considered the
coroutine runner in asyncio and Tornado? I've been immersed in asyncio
for so long that I don't know which part you're talking about. :-(

asyncio.Task and tornado.gen.Runner. Basically the thing that calls next() and send() on generator objects.
 

On Fri, Jun 3, 2016 at 5:26 PM, Nathaniel Smith <njs@pobox.com> wrote:
> On Fri, Jun 3, 2016 at 5:14 PM, Ben Darnell <ben@bendarnell.com> wrote:
>> I think this could be useful, but's answering the question of "what
>> coroutine runner is this", not "what event loop is this".
>
> Thanks, that's definitely a better way to put it.
>
> -n
>
> --
> Nathaniel J. Smith -- https://vorpus.org
> _______________________________________________
> Async-sig mailing list
> Async-sig@python.org
> https://mail.python.org/mailman/listinfo/async-sig
> Code of Conduct: https://www.python.org/psf/codeofconduct/



--
--Guido van Rossum (python.org/~guido)