commit | 5cee47f321d5c2efd37349cc9e948b59f53e6fbf | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Jan 11 19:59:46 2011 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Jan 11 19:59:46 2011 +0000 |
tree | 2661293bc9f4d87480e7459e8cf9886705ad5228 | |
parent | a3e8f3d85fc0ae6c6f5981c3f9fc34b6d61ea49c [diff] |
Add entry for Barrier objects.
diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index 7f0628d..f50c2ac 100644 --- a/Doc/library/threading.rst +++ b/Doc/library/threading.rst
@@ -868,7 +868,7 @@ constructor. The return value is an integer in the range 0 to *parties* -- 1, different - for each thrad. This can be used to select a thread to do some special + for each thread. This can be used to select a thread to do some special housekeeping, e.g.:: i = barrier.wait()