René's URL Explorer Experiment


Title: queue — A synchronized queue class — Python 3.14.2 documentation

Open Graph Title: queue — A synchronized queue class

Description: Source code: Lib/queue.py The queue module implements multi-producer, multi-consumer queues. It is especially useful in threaded programming when information must be exchanged safely between multip...

Open Graph Description: Source code: Lib/queue.py The queue module implements multi-producer, multi-consumer queues. It is especially useful in threaded programming when information must be exchanged safely between multip...

Opengraph URL: https://docs.python.org/3/library/queue.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.14/_images/social_previews/summary_library_queue_d3bf6a6f.png
og:image:altSource code: Lib/queue.py The queue module implements multi-producer, multi-consumer queues. It is especially useful in threaded programming when information must be exchanged safely between multip...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/contents.html
queue — A synchronized queue classhttps://docs.python.org/library/queue.html
Queue Objectshttps://docs.python.org/library/queue.html#queue-objects
Waiting for task completionhttps://docs.python.org/library/queue.html#waiting-for-task-completion
Terminating queueshttps://docs.python.org/library/queue.html#terminating-queues
SimpleQueue Objectshttps://docs.python.org/library/queue.html#simplequeue-objects
sched — Event schedulerhttps://docs.python.org/library/sched.html
contextvars — Context Variableshttps://docs.python.org/library/contextvars.html
Report a bughttps://docs.python.org/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/queue.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/library/contextvars.html
previoushttps://docs.python.org/library/sched.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/index.html
The Python Standard Libraryhttps://docs.python.org/library/index.html
Concurrent Executionhttps://docs.python.org/library/concurrency.html
queue — A synchronized queue classhttps://docs.python.org/library/queue.html
https://docs.python.org/library/queue.html#module-queue
Lib/queue.pyhttps://github.com/python/cpython/tree/3.14/Lib/queue.py
queuehttps://docs.python.org/library/queue.html#module-queue
Queuehttps://docs.python.org/library/queue.html#queue.Queue
heapqhttps://docs.python.org/library/heapq.html#module-heapq
SimpleQueuehttps://docs.python.org/library/queue.html#queue.SimpleQueue
queuehttps://docs.python.org/library/queue.html#module-queue
https://docs.python.org/library/queue.html#queue.Queue
https://docs.python.org/library/queue.html#queue.LifoQueue
https://docs.python.org/library/queue.html#queue.PriorityQueue
https://docs.python.org/library/queue.html#queue.SimpleQueue
https://docs.python.org/library/queue.html#queue.Empty
get()https://docs.python.org/library/queue.html#queue.Queue.get
get_nowait()https://docs.python.org/library/queue.html#queue.Queue.get_nowait
Queuehttps://docs.python.org/library/queue.html#queue.Queue
https://docs.python.org/library/queue.html#queue.Full
put()https://docs.python.org/library/queue.html#queue.Queue.put
put_nowait()https://docs.python.org/library/queue.html#queue.Queue.put_nowait
Queuehttps://docs.python.org/library/queue.html#queue.Queue
https://docs.python.org/library/queue.html#queue.ShutDown
put()https://docs.python.org/library/queue.html#queue.Queue.put
get()https://docs.python.org/library/queue.html#queue.Queue.get
Queuehttps://docs.python.org/library/queue.html#queue.Queue
https://docs.python.org/library/queue.html#queue-objects
Queuehttps://docs.python.org/library/queue.html#queue.Queue
LifoQueuehttps://docs.python.org/library/queue.html#queue.LifoQueue
PriorityQueuehttps://docs.python.org/library/queue.html#queue.PriorityQueue
https://docs.python.org/library/queue.html#queue.Queue.qsize
https://docs.python.org/library/queue.html#queue.Queue.empty
https://docs.python.org/library/queue.html#queue.Queue.full
https://docs.python.org/library/queue.html#queue.Queue.put
Fullhttps://docs.python.org/library/queue.html#queue.Full
Fullhttps://docs.python.org/library/queue.html#queue.Full
ShutDownhttps://docs.python.org/library/queue.html#queue.ShutDown
https://docs.python.org/library/queue.html#queue.Queue.put_nowait
https://docs.python.org/library/queue.html#queue.Queue.get
Emptyhttps://docs.python.org/library/queue.html#queue.Empty
Emptyhttps://docs.python.org/library/queue.html#queue.Empty
KeyboardInterrupthttps://docs.python.org/library/exceptions.html#KeyboardInterrupt
ShutDownhttps://docs.python.org/library/queue.html#queue.ShutDown
https://docs.python.org/library/queue.html#queue.Queue.get_nowait
https://docs.python.org/library/queue.html#queue.Queue.task_done
get()https://docs.python.org/library/queue.html#queue.Queue.get
task_done()https://docs.python.org/library/queue.html#queue.Queue.task_done
join()https://docs.python.org/library/queue.html#queue.Queue.join
task_done()https://docs.python.org/library/queue.html#queue.Queue.task_done
put()https://docs.python.org/library/queue.html#queue.Queue.put
ValueErrorhttps://docs.python.org/library/exceptions.html#ValueError
https://docs.python.org/library/queue.html#queue.Queue.join
task_done()https://docs.python.org/library/queue.html#queue.Queue.task_done
join()https://docs.python.org/library/queue.html#queue.Queue.join
https://docs.python.org/library/queue.html#waiting-for-task-completion
https://docs.python.org/library/queue.html#terminating-queues
Queuehttps://docs.python.org/library/queue.html#queue.Queue
https://docs.python.org/library/queue.html#queue.Queue.shutdown
Queuehttps://docs.python.org/library/queue.html#queue.Queue
put()https://docs.python.org/library/queue.html#queue.Queue.put
ShutDownhttps://docs.python.org/library/queue.html#queue.ShutDown
put()https://docs.python.org/library/queue.html#queue.Queue.put
ShutDownhttps://docs.python.org/library/queue.html#queue.ShutDown
get()https://docs.python.org/library/queue.html#queue.Queue.get
task_done()https://docs.python.org/library/queue.html#queue.Queue.task_done
join()https://docs.python.org/library/queue.html#queue.Queue.join
get()https://docs.python.org/library/queue.html#queue.Queue.get
ShutDownhttps://docs.python.org/library/queue.html#queue.ShutDown
join()https://docs.python.org/library/queue.html#queue.Queue.join
get()https://docs.python.org/library/queue.html#queue.Queue.get
ShutDownhttps://docs.python.org/library/queue.html#queue.ShutDown
join()https://docs.python.org/library/queue.html#queue.Queue.join
https://docs.python.org/library/queue.html#simplequeue-objects
SimpleQueuehttps://docs.python.org/library/queue.html#queue.SimpleQueue
https://docs.python.org/library/queue.html#queue.SimpleQueue.qsize
https://docs.python.org/library/queue.html#queue.SimpleQueue.empty
https://docs.python.org/library/queue.html#queue.SimpleQueue.put
Queue.put()https://docs.python.org/library/queue.html#queue.Queue.put
weakrefhttps://docs.python.org/library/weakref.html#module-weakref
https://docs.python.org/library/queue.html#queue.SimpleQueue.put_nowait
Queue.put_nowait()https://docs.python.org/library/queue.html#queue.Queue.put_nowait
https://docs.python.org/library/queue.html#queue.SimpleQueue.get
Emptyhttps://docs.python.org/library/queue.html#queue.Empty
Emptyhttps://docs.python.org/library/queue.html#queue.Empty
https://docs.python.org/library/queue.html#queue.SimpleQueue.get_nowait
multiprocessing.Queuehttps://docs.python.org/library/multiprocessing.html#multiprocessing.Queue
collections.dequehttps://docs.python.org/library/collections.html#collections.deque
append()https://docs.python.org/library/collections.html#collections.deque.append
popleft()https://docs.python.org/library/collections.html#collections.deque.popleft
Table of Contentshttps://docs.python.org/contents.html
queue — A synchronized queue classhttps://docs.python.org/library/queue.html
Queue Objectshttps://docs.python.org/library/queue.html#queue-objects
Waiting for task completionhttps://docs.python.org/library/queue.html#waiting-for-task-completion
Terminating queueshttps://docs.python.org/library/queue.html#terminating-queues
SimpleQueue Objectshttps://docs.python.org/library/queue.html#simplequeue-objects
sched — Event schedulerhttps://docs.python.org/library/sched.html
contextvars — Context Variableshttps://docs.python.org/library/contextvars.html
Report a bughttps://docs.python.org/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/queue.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/library/contextvars.html
previoushttps://docs.python.org/library/sched.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/index.html
The Python Standard Libraryhttps://docs.python.org/library/index.html
Concurrent Executionhttps://docs.python.org/library/concurrency.html
queue — A synchronized queue classhttps://docs.python.org/library/queue.html
Copyrighthttps://docs.python.org/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.