8000 bpo-43352: Add a Barrier object to asyncio synchronized primitives (G… · python/cpython@c7bbebe · GitHub
[go: up one dir, main page]

Skip to content

Commit c7bbebe

Browse files
YvesDup1st1
andauthored
bpo-43352: Add a Barrier object to asyncio synchronized primitives (GH-24903)
Co-authored-by: Yury Selivanov <yury@edgedb.com>
1 parent 34cfc75 commit c7bbebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-sync.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ Barrier
355355
and would block until all of the tasks have made their :meth:`~Barrier.wait` calls.
356356
At this point, the tasks are released simultaneously.
357357

358-
The barrier can be reused any number of times for the same number of tasks.
358+
The barrier can be reused any number of times.
359359

360360
.. _asyncio_example_barrier:
361361

0 commit comments

Comments
 (0)
0