8000 Include ``asyncio.Barrier`` in 3.11 Whats New (GH-92927) · python/cpython@60ee615 · GitHub
[go: up one dir, main page]

Skip to content

Commit 60ee615

Browse files
authored
Include asyncio.Barrier in 3.11 Whats New (GH-92927)
1 parent 8a6af5a commit 60ee615

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,10 @@ asyncio
431431
existing stream-based connections to TLS. (Contributed by Ian Good in
432432
:issue:`34975`.)
433433

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+
434438
datetime
435439
--------
436440

0 commit comments

Comments
 (0)
0