mirror of
https://github.com/micropython/micropython.git
synced 2026-03-10 19:00:30 +01:00
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>