]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Updated code example for asyncio.gather (GH-20604) (GH-26120)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 14 May 2021 06:07:31 +0000 (23:07 -0700)
committerGitHub <noreply@github.com>
Fri, 14 May 2021 06:07:31 +0000 (23:07 -0700)
commitf38296feaa3b4d6f215088b21fd2452a4f5c2e4c
tree12581d811797c6dc4ca3ab1d101b2ca41896adc5
parent133013e8a1ecd570266de766e2df9745a24343be
Updated code example for asyncio.gather (GH-20604) (GH-26120)

The previous example did not fully showcase the interest of using gather.

Here the example showcases "the result is an aggregate list of returned values".
(cherry picked from commit 56b8ea65d28bd865e2363e10e9f1c2ca3433ffc2)

Co-authored-by: josephernest <nouvellecollection@gmail.com>
Co-authored-by: josephernest <nouvellecollection@gmail.com>
Doc/library/asyncio-task.rst