Comment on Async I/O for Python 3 parentComments−fzzzy13yThe yield from has to be explicitly bubbled all the way up the call chain to the main loop.
Comments
The yield from has to be explicitly bubbled all the way up the call chain to the main loop.