summaryrefslogtreecommitdiff
path: root/Doc/library/asyncio-queue.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/asyncio-queue.rst')
-rw-r--r--Doc/library/asyncio-queue.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/asyncio-queue.rst b/Doc/library/asyncio-queue.rst
index e7775da54f..524560b691 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.