micropython/extmod/uasyncio
Damien George 55c76eaac1 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-22 12:17:06 +10:00
..
__init__.py
core.py extmod/uasyncio: Truncate negative sleeps to 0. 2020-08-22 12:17:06 +10:00
event.py
funcs.py
lock.py
manifest.py
stream.py
task.py