]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Updated code example for asyncio.gather (GH-20604)
authorjosephernest <nouvellecollection@gmail.com>
Fri, 14 May 2021 06:06:26 +0000 (08:06 +0200)
committerGitHub <noreply@github.com>
Fri, 14 May 2021 06:06:26 +0000 (23:06 -0700)
commit56b8ea65d28bd865e2363e10e9f1c2ca3433ffc2
tree8f08a049a7c9ead11ec51536fed266462f5a6a8c
parent65d180d98348289db1592e8dd2cc6af4225573ea
Updated code example for asyncio.gather (GH-20604)

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".
Doc/library/asyncio-task.rst