Thanks to visit codestin.com Credit goes to github.com
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.
asyncio.Barrier
1 parent 8a6af5a commit 60ee615Copy full SHA for 60ee615
1 file changed
Doc/whatsnew/3.11.rst
@@ -431,6 +431,10 @@ asyncio
431
existing stream-based connections to TLS. (Contributed by Ian Good in
432
:issue:`34975`.)
433
434
+* Add :class:`~asyncio.Barrier` class to the synchronization primitives of
435
+ the asyncio library. (Contributed by Yves Duprat and Andrew Svetlov in
436
+ :gh:`87518`.)
437
+
438
datetime
439
--------
440
0 commit comments