cancel() Stop the timer, and cancel the execution of the timer’s action. This will only work if the timer is still in its waiting
multiprocessing.Pipe([duplex]) Returns a pair (conn1, conn2) of Connection objects representing the
get_server() Returns a Server object which represents the actual server under the control of the Manager. The Server
exception subprocess.SubprocessError Base class for all other exceptions from this module.
acquire(block=True, timeout=None) Acquire a lock, blocking or non-blocking. With the block
_thread.get_ident() Return the ‘thread identifier’ of the current thread. This is a nonzero integer. Its value has no direct
threading.get_ident() Return the ‘thread identifier’ of the current thread. This is a nonzero integer. Its value has no direct
class concurrent.futures.ThreadPoolExecutor(max_workers=None) An Executor subclass that uses a pool of at most
class threading.RLock This class implements reentrant lock objects. A reentrant lock must be released by the thread that acquired
connect() Connect a local manager object to a remote manager process:
Page 1 of 29