Table of Contents
select
threading
thread
dummy_threading
dummy_threading.Thread
dummy_threading.local
dummy_thread
multiprocessing
mmap
readline
rlcompleter
Thread.
isAlive
Return whether the thread is alive.
This method returns True just before the run() method starts until just after the run() method terminates. The module function enumerate() returns a list of all alive threads.