get_server() Returns a Server object which represents the actual server under the control of the Manager. The Server
wait(timeout=None) Pass the barrier. When all the threads party to the barrier have called this function, they are all released
concurrent.futures.wait(fs, timeout=None, return_when=ALL_COMPLETED) Wait for the Future instances (possibly created
Event() Create a shared
exception subprocess.TimeoutExpired Subclass of SubprocessError, raised when a timeout expires while waiting for
wShowWindow If dwFlags specifies STARTF_USESHOWWINDOW, this attribute can be any of the values that
join() Block until all items in the queue have been gotten and processed. The count of unfinished
Source code: Lib/dummy_threading
class queue.PriorityQueue(maxsize=0) Constructor for a priority queue. maxsize is an integer that sets the upperbound
multiprocessing.get_start_method(allow_none=False) Return the name of start method used for starting processes.
Page 2 of 29