mirror of
https://github.com/micropython/micropython.git
synced 2025-09-08 02:40:55 +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>