micropython-lib/uasyncio.core
Paul Sokolovsky aa9bbe839e uasyncio.core: Add test for full wait for a time-scheduled coro.
Specifically, that a coroutine scheduled to run at some time (after some
delay) waits requested time before it's run and not run prematurely in
case an I/O completion happens before it.
2017-03-12 16:02:06 +03:00
..
uasyncio
example_call_soon.py
metadata.txt
setup.py
test_fair_schedule.py
test_full_wait.py uasyncio.core: Add test for full wait for a time-scheduled coro. 2017-03-12 16:02:06 +03:00