How To Run Threads In A While True Loop And Only Restart Threads That Have Finished In Python3
I use python 3 to develop my project, and I run a function such as ‘test1‘ on three different threads. Each thread is locked until the function is completed, and a reset lock is created when the thread starts. I am aiming to have each thread start, loop through the code quickly, and restart threads …