mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.
This commit is contained in:
parent
2d34cd3ecf
commit
f8ca7d88c6
16 changed files with 40 additions and 38 deletions
|
@ -1,11 +1,10 @@
|
|||
\section{\module{Queue} ---
|
||||
A synchronized queue class.}
|
||||
A synchronized queue class}
|
||||
|
||||
\declaremodule{standard}{Queue}
|
||||
|
||||
\modulesynopsis{A synchronized queue class.}
|
||||
|
||||
|
||||
|
||||
The \module{Queue} module implements a multi-producer, multi-consumer
|
||||
FIFO queue. It is especially useful in threads programming when
|
||||
information must be exchanged safely between multiple threads. The
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue