class queue.PriorityQueue(maxsize=0) Constructor for a priority queue. maxsize is an integer that sets the upperbound
acquire(block=True, timeout=None) Acquire a lock, blocking or non-blocking. With the block
get_server() Returns a Server object which represents the actual server under the control of the Manager. The Server
run() Method representing the process’s activity. You may override this method in a subclass
Source code: Lib/_dummy_thread
class concurrent.futures.Future Encapsulates the asynchronous execution of a callable. Future instances are created
Source code: Lib/dummy_threading
name The process’s name. The name is a string used for identification purposes only. It has no semantics. Multiple processes
wShowWindow If dwFlags specifies STARTF_USESHOWWINDOW, this attribute can be any of the values that
class multiprocessing.SimpleQueue It is a simplified Queue type, very close to a locked Pipe.
Page 3 of 29