diff options
Diffstat (limited to 'Doc/lib/libqueue.tex')
-rw-r--r-- | Doc/lib/libqueue.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libqueue.tex b/Doc/lib/libqueue.tex index 0abed61..3a1d446 100644 --- a/Doc/lib/libqueue.tex +++ b/Doc/lib/libqueue.tex @@ -12,6 +12,10 @@ information must be exchanged safely between multiple threads. The semantics. It depends on the availability of thread support in Python. +\begin{seealso} + \seemodule{bisect}{PriorityQueue example using the Queue class} +\end{seealso} + The \module{Queue} module defines the following class and exception: |