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.
1 parent 970b043 commit 1ca6ae8Copy full SHA for 1ca6ae8
1 file changed
Lib/multiprocessing/synchronize.py
@@ -8,7 +8,7 @@
8
#
9
10
__all__ = [
11
- 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition', 'Event'
+ 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition', 'Event', 'Barrier'
12
]
13
14
import threading
0 commit comments