running() Return True if the call is currently being executed and cannot be cancelled.
subprocess.getstatusoutput(cmd) Return (status, output) of executing cmd in a shell.
close() Prevents any more tasks from being submitted to the pool. Once all the tasks have been completed the worker processes
multiprocessing.connection.deliver_challenge(connection, authkey) Send a randomly generated message to the other end of the
class multiprocessing.Connection send(obj) Send an object to the other end of
accept() Accept a connection on the bound socket or named pipe of the listener object and return a Connection object
class multiprocessing.managers.BaseManager([address[, authkey]]) Create a BaseManager object. Once
recv_bytes([maxlength]) Return a complete message of byte data sent from the other end of the connection as a string. Blocks
list() list(sequence) Create a shared list object and return a proxy for it.
class multiprocessing.Condition([lock]) A condition variable: an alias for
Page 7 of 29