mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +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>