MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / wait

Method wait

Lib/threading.py:602–623  ·  view source on GitHub ↗

Block until the internal flag is true. If the internal flag is true on entry, return immediately. Otherwise, block until another thread calls set() to set the flag to true, or until the optional timeout occurs. When the timeout argument is present and not None, it s

(self, timeout=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

acquireMethod · 0.45
startMethod · 0.45
joinMethod · 0.45
runMethod · 0.45
putMethod · 0.45
getMethod · 0.45

Calls 2

acquireMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected