loboris / MicroPython_ESP32_psRAM_LoBo

MicroPython for ESP32 with psRAM support
Other
831 stars 344 forks source link

thread locks support #284

Open nedoskiv opened 5 years ago

nedoskiv commented 5 years ago

Hello, In micropython _thread module is a locks support that is different from thread_lock here. It offers more elegant solution than blocking all threads while one is executed. Can it be implemented here?