_thread.start_new_thread(function, args[, kwargs]) Start a new thread and return its identifier. The thread executes the function
setName() Old getter/setter API for name; use it directly as a property instead.
name A string used for identification purposes only. It has no semantics. Multiple threads may be given the same name. The initial
shutdown() Stop the process used by the manager. This is only available if start() has been used to start the server
sentinel A numeric handle of a system object which will become “ready” when the process ends. You
result(timeout=None) Return the value returned by the call. If the call hasn’t yet completed then this method will wait up to
set_running_or_notify_cancel() This method should only be called by Executor implementations before executing the
class multiprocessing.Lock A non-recursive lock object: a close analog of
class subprocess.Popen(args, bufsize=-1, executable=None, stdin=None, stdout=None, stderr=None, preexec_fn=None, close_fds=True, shell=False, cwd=None, env=None, un
args The arguments used to launch the process. This may be a list or a string.
Page 27 of 29