multiprocessing.Value(typecode_or_type, *args, lock=True) Return a
get_nowait() Equivalent to get(False).
class multiprocessing.SimpleQueue It is a simplified Queue type, very close to a locked Pipe.
cancelled() Return True if the call was successfully cancelled.
_thread.interrupt_main() Raise a
acquire(block=True, timeout=None) Acquire a lock, blocking or non-blocking. When invoked with
Source code: Lib/_dummy_thread
RLock() Create a shared
cancel_join_thread() Prevent join_thread() from blocking. In particular, this prevents the background thread from
class multiprocessing.Barrier(parties[, action[, timeout]]) A barrier object: a clone of
Page 5 of 29