Unverified Kaydet (Commit) 76d31a3b authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) GitHub

queue doc: Clarify that the simple FIFO queue is SimpleQueue (GH-8372)

(cherry picked from commit acef6906)
Co-authored-by: 's avatarJulien Palard <julien@palard.fr>
üst 984a800e
......@@ -28,8 +28,8 @@ competing threads; however, they are not designed to handle reentrancy
within a thread.
In addition, the module implements a "simple"
:abbr:`FIFO (first-in, first-out)` queue type where
specific implementations can provide additional guarantees
:abbr:`FIFO (first-in, first-out)` queue type, :class:`SimpleQueue`, whose
specific implementation provides additional guarantees
in exchange for the smaller functionality.
The :mod:`queue` module defines the following classes and exceptions:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment