mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
This mutex is used to make the unix port behave more like bare metal, i.e. it allows "IRQ handlers" to run exclusively by making the mutex recursive.