mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02: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>