micropython-lib/uasyncio.core/uasyncio
Paul Sokolovsky eef054d98a uasyncio.core: Make I/O scheduling fair wrt to computational scheduling.
If there is a coroutine to run immediately (with wait delay <= 0),
uasyncio.core never called .wait() method, which is required to
process I/O events (and schedule coroutines waiting for them). So
now, call .wait(0) even if there's a coroutine to run immediately.
2017-08-20 17:04:31 +03:00
..
core.py uasyncio.core: Make I/O scheduling fair wrt to computational scheduling. 2017-08-20 17:04:31 +03:00