Open nedoskiv opened 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?
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?