acquire(block=True, timeout=None) Acquire a lock, blocking or non-blocking. With the block
multiprocessing.connection.wait(object_list, timeout=None) Wait till an object in object_list is ready. Returns the
close() Indicate that no more data will be put on this queue by the current process. The background thread will quit once it
name The process’s name. The name is a string used for identification purposes only. It has no semantics. Multiple processes
_thread.get_ident() Return the ‘thread identifier’ of the current thread. This is a nonzero integer. Its value has no direct
wShowWindow If dwFlags specifies STARTF_USESHOWWINDOW, this attribute can be any of the values that
lock.release() Releases the lock. The lock must have been acquired earlier, but not necessarily by the same thread.
Source code: Lib/_dummy_thread
class multiprocessing.Barrier(parties[, action[, timeout]]) A barrier object: a clone of
multiprocessing.Value(typecode_or_type, *args, lock=True) Return a
Page 3 of 29