Thanks to visit codestin.com Credit goes to github.com
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 64c25b4 commit 7b69da7Copy full SHA for 7b69da7
1 file changed
Doc/library/multiprocessing.rst
@@ -520,8 +520,9 @@ Note that one can also create a shared queue by using a manager object -- see
520
When an object is put on a queue, the object is pickled and a
521
background thread later flushes the pickled data to an underlying
522
pipe. This has some consequences which are a little surprising,
523
- but should not cause any pratical difficulties -- you can always
524
- use a managed queue if they really bother you.
+ but should not cause any practical difficulties -- if they really
+ bother you then you can instead use a queue created with a
525
+ :ref:`manager <multiprocessing-managers>`.
526
527
(1) After putting an object on an empty queue there may be an
528
infinitessimal delay before the queue's :meth:`~Queue.empty`
0 commit comments