mirror of https://github.com/python/cpython
Include ``asyncio.Barrier`` in 3.11 Whats New (GH-92927)
(cherry picked from commit 60ee61571a
)
Co-authored-by: Duprat <yduprat@gmail.com>
This commit is contained in:
parent
aa55985aa8
commit
482e334daf
|
@ -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
|
||||
--------
|
||||
|
||||
|
|
Loading…
Reference in New Issue