Don't use threads.What alternatives are there to _thread?
Just use a main loop and make decisions on what to do next based on what has changed this time around the loop. Or implement a state machine.
Statistics: Posted by ame — Tue Nov 12, 2024 10:09 am