Table of Contents
select
threading
threading.BoundedSemaphore()
threading.Condition()
threading.Event()
threading.Lock()
threading.RLock()
threading.Semaphore()
threading.Timer()
threading.activeCount()
threading.active_count()
threading.currentThread()
threading.current_thread()
threading.enumerate()
threading.setprofile()
threading.settrace()
threading.stack_size()
thread
dummy_threading
dummy_thread
multiprocessing
mmap
readline
rlcompleter
threading.
currentThread
Return the current Thread object, corresponding to the caller’s thread of control.
If the caller’s thread of control was not created through the threading module, a dummy thread object with limited functionality is returned.