We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3908593 commit bbb3dadCopy full SHA for bbb3dad
Doc/library/multiprocessing.rst
@@ -921,6 +921,10 @@ For an example of the usage of queues for interprocess communication see
921
922
.. class:: Queue([maxsize])
923
924
+ .. note::
925
+ Unlike :class:`queue.Queue`, :class:`multiprocessing.Queue` does not
926
+ implement the :meth:`~queue.Queue.shutdown` method.
927
+
928
Returns a process shared queue implemented using a pipe and a few
929
locks/semaphores. When a process first puts an item on the queue a feeder
930
thread is started which transfers objects from a buffer into the pipe.
0 commit comments