python multithreading wait till all threads finished Stack Overflow
2018 3 14 nbsp 0183 32 Put the threads in a list and then use the Join method threads t Thread threads append t repeat as often as necessary Start all threads for x in threads x start Wait for all of them to finish for x in threads x join Share Follow this