docs: Add asyncio source code links (GH-16640)
(cherry picked from commit f900064ac4b35226caad7502abc8a7e64f1c0e9d)
Co-authored-by: Kyle Stanley <aeros167@gmail.com>
diff --git a/Doc/library/asyncio-queue.rst b/Doc/library/asyncio-queue.rst
index e7775da..524560b 100644
--- a/Doc/library/asyncio-queue.rst
+++ b/Doc/library/asyncio-queue.rst
@@ -6,6 +6,10 @@
Queues
======
+**Source code:** :source:`Lib/asyncio/queues.py`
+
+------------------------------------------------
+
asyncio queues are designed to be similar to classes of the
:mod:`queue` module. Although asyncio queues are not thread-safe,
they are designed to be used specifically in async/await code.