diff options
| author | Raymond Hettinger <python@rcn.com> | 2011-01-11 19:59:46 +0000 |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2011-01-11 19:59:46 +0000 |
| commit | 5cee47f321d5c2efd37349cc9e948b59f53e6fbf (patch) | |
| tree | 2661293bc9f4d87480e7459e8cf9886705ad5228 /Doc/library/threading.rst | |
| parent | a3e8f3d85fc0ae6c6f5981c3f9fc34b6d61ea49c (diff) | |
| download | cpython-git-5cee47f321d5c2efd37349cc9e948b59f53e6fbf.tar.gz | |
Add entry for Barrier objects.
Diffstat (limited to 'Doc/library/threading.rst')
| -rw-r--r-- | Doc/library/threading.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index 7f0628da66..f50c2acb75 100644 --- a/Doc/library/threading.rst +++ b/Doc/library/threading.rst @@ -868,7 +868,7 @@ As an example, here is a simple way to synchronize a client and server thread:: 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() |
