stdout Alias for output, for symmetry with stderr.
task_done() Indicate that a formerly enqueued task is complete. Used by queue consumers. For each get() used to
class multiprocessing.pool.AsyncResult The class of the result returned by Pool.apply_async() and Pool.map_async()
run() Method representing the thread’s activity. You may override this method in a subclass
apply(func[, args[, kwds]]) Call func with arguments args and keyword arguments kwds. It blocks until
wait([timeout]) Wait until the result is available or until timeout seconds pass.
close() Close the connection. This is called automatically when the connection is garbage collected
exception(timeout=None) Return the exception raised by the call. If the call hasn’t yet completed then this method will wait
starmap(func, iterable[, chunksize]) Like
Popen.pid The process ID of the child process. Note that if you set the shell argument
Page 17 of 29