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 uasyncio.core: Set lower default queue len and allow to override it. 2017-02-15 03:27:59 +03:00
example_call_soon.py uasyncio: Move test_call_soon.py to uasyncio.core, as it needs only it. 2017-01-04 18:01:05 +03:00
metadata.txt uasyncio.core: Release 1.1.1. 2017-02-15 23:49:39 +03:00
setup.py uasyncio.core: Release 1.1.1. 2017-02-15 23:49:39 +03:00
test_fair_schedule.py uasyncio.core: Add test for fair scheduling. 2017-03-06 12:16:34 +01:00
test_full_wait.py uasyncio.core: Add test for full wait for a time-scheduled coro. 2017-03-12 16:02:06 +03:00