]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Include ``asyncio.Barrier`` in 3.11 Whats New (GH-92927)
authorDuprat <yduprat@gmail.com>
Thu, 19 May 2022 07:12:33 +0000 (09:12 +0200)
committerGitHub <noreply@github.com>
Thu, 19 May 2022 07:12:33 +0000 (15:12 +0800)
Doc/whatsnew/3.11.rst

index 97dd096731f0c3397e563770663daa165bd3c18c..0cbb0ba77217f6ce644aa0dcd4d5e5bfddc2de52 100644 (file)
@@ -431,6 +431,10 @@ asyncio
   existing stream-based connections to TLS. (Contributed by Ian Good in
   :issue:`34975`.)
 
+* Add :class:`~asyncio.Barrier` class to the synchronization primitives of
+  the asyncio library. (Contributed by Yves Duprat and Andrew Svetlov in
+  :gh:`87518`.)
+
 datetime
 --------