We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
threading.Event.wait
1 parent 7b9d406 commit c372ea4Copy full SHA for c372ea4
Lib/threading.py
@@ -647,7 +647,8 @@ def wait(self, timeout=None):
647
(or fractions thereof).
648
649
This method returns the internal flag on exit, so it will always return
650
- True except if a timeout is given and the operation times out.
+ True except if a timeout is given and the operation times out, when it
651
+ will return `False`.
652
653
"""
654
with self._cond:
0 commit comments