micropython-lib/uasyncio.core/uasyncio
Paul Sokolovsky d19253a222 uasyncio.core: Implement wait_for() function for CPU-bound coroutines.
This requires a new .pend_throw() generator method on MicroPython side.
Timing out of I/O-bound coroutines doesn't work yet.
2017-12-03 02:09:10 +02:00
..
core.py uasyncio.core: Implement wait_for() function for CPU-bound coroutines. 2017-12-03 02:09:10 +02:00