join() Wait for the worker processes to exit. One must call close() or terminate() before using join()
class threading.Condition(lock=None) This class implements condition variable objects. A condition variable allows one or more
class threading.Semaphore(value=1) This class implements semaphore objects. A semaphore manages a counter representing the number
running() Return True if the call is currently being executed and cannot be cancelled.
class multiprocessing.managers.BaseProxy Proxy objects are instances of subclasses of BaseProxy.
dwFlags A bit field that determines whether certain STARTUPINFO attributes are used when the process creates a
class multiprocessing.managers.BaseManager([address[, authkey]]) Create a BaseManager object. Once
returncode Exit status of the child process. Typically, an exit status of 0 indicates that it ran successfully.
release() Release a lock, decrementing the recursion level. If after the decrement the recursion level is zero, reset the lock
getName() setName() Old getter/setter API for name; use it directly as a property instead.
Page 9 of 29