There was an error while loading. Please reload this page.
1 parent 9f9dd10 commit 2f7374eCopy full SHA for 2f7374e
1 file changed
Doc/library/asyncio-task.rst
@@ -347,7 +347,7 @@ and reliable way to wait for all tasks in the group to finish.
347
The signature matches that of :func:`asyncio.create_task`.
348
If the task group is inactive (e.g. not yet entered,
349
already finished, or in the process of shutting down),
350
- we will close the given ``coro``.
+ we will close the given ``coro`` and raise :exc:`RuntimeError`.
351
352
.. versionchanged:: 3.13
353
0 commit comments