micropython-lib/uasyncio/uasyncio
Paul Sokolovsky f6555bae97 uasyncio: On scheduling ready coro, unmark it as I/O-waiting.
Coros which are passed to .add_reader()/.add_writer() are marked as
I/O-bound using .pend_throw(False). Before scheduling it for normal
execution again, we need to unmark it with .pend_throw(None).
2017-12-14 19:14:42 +02:00
..
__init__.py uasyncio: On scheduling ready coro, unmark it as I/O-waiting. 2017-12-14 19:14:42 +02:00