mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue