mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Include `asyncio.Barrier
` in 3.11 Whats New (GH-92927)
This commit is contained in:
parent
8a6af5a346
commit
60ee61571a
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