notify_all() Wake up all threads waiting on this condition. This method acts like notify(), but wakes up all waiting
class sched.scheduler(timefunc=time.monotonic, delayfunc=time.sleep) The scheduler class defines a generic interface
start() Start the process’s activity. This must be called at most once per process object. It
returncode Exit status of the child process. If the process exited due to a signal, this will be the negative signal number
is_alive() Return whether the process is alive. Roughly, a process object is alive from the
class threading.Timer(interval, function, args=None, kwargs=None) Create a timer that will run function with arguments
start([initializer[, initargs]]) Start a subprocess to start the manager. If initializer is not None then
scheduler.cancel(event) Remove the event from the queue. If event is not an event currently in the queue, this method
exception multiprocessing.BufferTooShort Exception raised by Connection.recv_bytes_into() when the supplied buffer
broken A boolean that is True if the barrier is in the broken state.
Page 23 of 29