micropython-lib/uasyncio.core/uasyncio
Paul Sokolovsky 62fbfa9965 uasyncio.core: Add yield call to remove coro from scheduling.
yield False won't reschedule current coroutine to be run again. This is
useful when coro is put on some waiting queue (and is similar to what
yield IORead/yield IOWrite do).
2017-10-28 02:14:02 +03:00
..
core.py uasyncio.core: Add yield call to remove coro from scheduling. 2017-10-28 02:14:02 +03:00