join() threads?
-
Just checking in case I have missed something. Is there no way to actually join() threads created with _thread.start_new_thread()?
-
As my best knowledge NO. :(
Threading in pycom threading is very limited.
I am also looking for a solution for threading locks.
You can check out uasyncio.