setDaemon() Old getter/setter API for daemon; use it directly as a property instead.
class multiprocessing.connection.Listener([address[, family[, backlog[, authenticate[, authkey]]]]]) A wrapper for a bound socket
stdout Captured stdout from the child process. A bytes sequence, or a string if run() was called with un
start() Start the thread’s activity. It must be called at most once per thread object. It arranges
multiprocessing.active_children() Return list of all live children of the current process. Calling
empty() Return True if the queue is empty, False otherwise.
set_result(result) Sets the result of the work associated with the Future to result.
__str__() Return the representation of the referent.
get([timeout]) Return the result when it arrives. If timeout is not None and the result does not arrive
ready() Return whether the call has completed.
Page 11 of 29