Question about asyncio and blocking operations

Ian Kelly ian.g.kelly at gmail.com
Sat Jan 23 10:45:59 EST 2016


On Sat, Jan 23, 2016 at 8:44 AM, Ian Kelly <ian.g.kelly at gmail.com> wrote:
> This is where it would make sense to me to use callbacks instead of
> subroutines. You can structure your __init__ method like this:

Doh.

s/subroutines/coroutines



More information about the Python-list mailing list