mirror of
https://github.com/micropython/micropython.git
synced 2026-01-10 05:57:16 +01:00
This patch changes the threading implementation from simple round-robin with busy waits on mutexs, to proper scheduling whereby threads that are waiting on a mutex are only scheduled when the mutex becomes available.
3.1 KiB
3.1 KiB