Include `asyncio.Barrier` in 3.11 Whats New (GH-92927)

This commit is contained in:
Duprat 2022-05-19 09:12:33 +02:00 committed by GitHub
parent 8a6af5a346
commit 60ee61571a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -431,6 +431,10 @@ asyncio
existing stream-based connections to TLS. (Contributed by Ian Good in existing stream-based connections to TLS. (Contributed by Ian Good in
:issue:`34975`.) :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 datetime
-------- --------