This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1b723937e3
circuitpython
/
tests
/
extmod
/
uasyncio_fair.py.exp
14 lines
155 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests/extmod: Add uasyncio tests. All .exp files are included because they require CPython 3.8 which may not always be available.
2019-11-13 05:08:22 -05:00
task start 1
task start 2
task work 2
task start 3
task work 3
extmod/uasyncio: Truncate negative sleeps to 0. Otherwise a task that continuously awaits on a large negative sleep can monopolise the scheduler (because its wake time is always less than everything else in the pairing heap). Signed-off-by: Damien George <damien@micropython.org>
2020-08-20 09:13:25 -04:00
task start 4
tests/extmod: Add uasyncio tests. All .exp files are included because they require CPython 3.8 which may not always be available.
2019-11-13 05:08:22 -05:00
task work 2
task work 3
task work 2
task work 2
task work 3
task work 2
finish