commit | 464269778b10d928be453237593696d192b1b947 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu May 13 23:07:20 2021 -0700 |
committer | GitHub <noreply@github.com> | Thu May 13 23:07:20 2021 -0700 |
tree | c3a55b1b8ad1ae3526602da45426b9380b5e883c | |
parent | e7d25d3f3b335eb46d102137b447325f54750e31 [diff] |
Updated code example for asyncio.gather (GH-20604) (GH-26119) 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>