Event() Create a shared
exception queue.Full Exception raised when non-blocking put() (or put_nowait()) is called on a Queue
threading.get_ident() Return the ‘thread identifier’ of the current thread. This is a nonzero integer. Its value has no direct
daemon The process’s daemon flag, a Boolean value. This must be set before start() is called. The
class threading.RLock This class implements reentrant lock objects. A reentrant lock must be released by the thread that acquired
acquire(blocking=True, timeout=None) Acquire a semaphore. When invoked without arguments: if
acquire(block=True, timeout=None) Acquire a lock, blocking or non-blocking. When invoked with
concurrent.futures.wait(fs, timeout=None, return_when=ALL_COMPLETED) Wait for the Future instances (possibly created
class concurrent.futures.ThreadPoolExecutor(max_workers=None) An Executor subclass that uses a pool of at most
get_server() Returns a Server object which represents the actual server under the control of the Manager. The Server
Page 2 of 29