diff options
Diffstat (limited to 'Doc/library/queue.rst')
-rw-r--r-- | Doc/library/queue.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/queue.rst b/Doc/library/queue.rst index bc3821e..26336ef 100644 --- a/Doc/library/queue.rst +++ b/Doc/library/queue.rst @@ -6,6 +6,8 @@ **Source code:** :source:`Lib/queue.py` +-------------- + The :mod:`queue` module implements multi-producer, multi-consumer queues. It is especially useful in threaded programming when information must be exchanged safely between multiple threads. The :class:`Queue` class in this |