ready() Return whether the call has completed.
authkey The process’s authentication key (a byte string). When multiprocessing
class threading.BoundedSemaphore(value=1) Class implementing bounded semaphore objects. A bounded semaphore checks to make sure
join([timeout]) If the optional argument timeout is None (the default), the method blocks until the process
terminate() Stops the worker processes immediately without completing outstanding work. When the pool object is garbage collected
parties The number of threads required to pass the barrier.
Popen.wait(timeout=None) Wait for child process to terminate. Set and return returncode attribute.
get([timeout]) Return the result when it arrives. If timeout is not None and the result does not arrive
stdout Alias for output, for symmetry with stderr.
multiprocessing.active_children() Return list of all live children of the current process. Calling
Page 12 of 29