This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0c7354afaf
micropython
/
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 10:08:22 +00: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 14:13:25 +01: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 10:08:22 +00:00
task work 2
task work 3
task work 2
task work 2
task work 3
task work 2
finish