commit | 7372c3bbefb4763dbd1b6d66f7971bef28c0f056 | [log] [tgz] |
---|---|---|
author | Yury Selivanov <yury@magic.io> | Fri Sep 14 15:11:24 2018 -0700 |
committer | GitHub <noreply@github.com> | Fri Sep 14 15:11:24 2018 -0700 |
tree | a3a1520099a54abbb6165bbcc4a249fb68cf24dd | |
parent | 6c7316439d966cdbc76ffcc005e5d9c563064ba2 [diff] [blame] |
bpo-33649: Add high-level APIs cheat-sheet (GH-9319)
diff --git a/Doc/library/asyncio-queue.rst b/Doc/library/asyncio-queue.rst index fcad751..23d2f3c 100644 --- a/Doc/library/asyncio-queue.rst +++ b/Doc/library/asyncio-queue.rst
@@ -140,6 +140,8 @@ Examples ======== +.. _asyncio_example_queue_dist: + Queues can be used to distribute workload between several concurrent tasks::