mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
GH-90908: Document asyncio.TaskGroup (GH-94359)
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
This commit is contained in:
parent
67d208fbee
commit
b6ec6d4041
2 changed files with 106 additions and 2 deletions
|
|
@ -443,6 +443,11 @@ asyncio
|
|||
the asyncio library. (Contributed by Yves Duprat and Andrew Svetlov in
|
||||
:gh:`87518`.)
|
||||
|
||||
* Add :class:`~asyncio.TaskGroup` class,
|
||||
an :ref:`asynchronous context manager <async-context-managers>`
|
||||
holding a group of tasks that will wait for all of them upon exit.
|
||||
(Contributed by Yury Seliganov and others.)
|
||||
|
||||
datetime
|
||||
--------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue