mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
parent
80a39daecd
commit
8584981a58
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ Barrier
|
|||
|
||||
Put the barrier into a broken state. This causes any active or future
|
||||
calls to :meth:`wait` to fail with the :class:`BrokenBarrierError`.
|
||||
Use this for example if one of the taks needs to abort, to avoid infinite
|
||||
Use this for example if one of the tasks needs to abort, to avoid infinite
|
||||
waiting tasks.
|
||||
|
||||
.. attribute:: parties
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue