I\'ve a python program that spawns a number of threads. These threads last anywhere between 2 seconds to 30 seconds. In the main thread I want to track whenever each thread
The thread needs to be checked using the Thread.is_alive() call.
Thread.is_alive()