Joshua Moore-Oliva added the comment:

> I will try to review later tonight.

Thanks!

> That makes sense when using gevent, but not when using asyncio or Trollius. 
> Nothing will make events run if you don't use yield [from].

Yes, I am aware of that. I have written a small custom library using fibers (a 
greenlet-like library) on top of asyncio so that I don't need to use yield from 
in my application(s).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22448>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to