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
run() Method representing the process’s activity. You may override this method in a subclass
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
multiprocessing.connection.wait(object_list, timeout=None) Wait till an object in object_list is ready. Returns the
Source code: Lib/dummy_threading
Page 2 of 29