apply_async(func[, args[, kwds[, callback[, error_callback]]]]) A variant of the apply() method which returns a
Popen.stdout If the stdout argument was PIPE, this attribute is a readable stream object as returned by
terminate() Stops the worker processes immediately without completing outstanding work. When the pool object is garbage collected
shutdown(wait=True) Signal the executor that it should free any resources that it is using when the currently pending futures
output Output of the child process if it was captured by run() or check_output(). Otherwise, None
stdout Alias for output, for symmetry with stderr.
_thread.stack_size([size]) Return the thread stack size used when creating new threads. The optional size argument
register(typeid[, callable[, proxytype[, exposed[, method_to_typeid[, create_method]]]]]) A classmethod which can be used for
set_result(result) Sets the result of the work associated with the Future to result.
notify(n=1) By default, wake up one thread waiting on this condition, if any. If the calling thread has not acquired the lock
Page 16 of 29