summaryrefslogtreecommitdiffstats
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.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/asyncio-queue.rst b/Doc/library/asyncio-queue.rst
index 19957a0..c82e08b 100644
--- a/Doc/library/asyncio-queue.rst
+++ b/Doc/library/asyncio-queue.rst
@@ -31,6 +31,8 @@ Queue
be interrupted between calling :meth:`qsize` and doing an operation on the
Queue.
+ This class is :ref:`not thread safe <asyncio-multithreading>`.
+
.. versionchanged:: 3.4.3
New :meth:`join` and :meth:`task_done` methods.