Closed
Description
Python 3.11 added asyncio.TaskGroup
[0]. We should encourage users of the language to use this class by adding docstrings and type-hinting, particularly since it has wide applications for users wishing to refactor their existing async code.
I'm happy to work on this but any suggestions for what the docstrings should include is welcome.
[0] https://docs.python.org/3/library/asyncio-task.html
Linked PRs
Metadata
Metadata
Assignees
Projects
Status
Done