I have a thread which extends Thread. The code looks a little like this;
class MyThread(Thread): def run(self): # Do stuff my_threads = [] while
you need to call thread.isAlive()to find out if the thread is still running