This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ericg
Recipients Ericg, davin, pitrou
Date 2018-02-24.19:52:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519501936.73.0.467229070634.issue32937@psf.upfronthosting.co.za>
In-reply-to
Content
I do plan to consume the messages on the queue, but only after all worker functions are complete...after pool.join() returns. Is this not ok?

I can certainly spawn a thread on the main process which will consume the queue entries and insert them into a list or queue which can then be accessed after join returns. Is that the correct way this code should be written?
History
Date User Action Args
2018-02-24 19:52:16Ericgsetrecipients: + Ericg, pitrou, davin
2018-02-24 19:52:16Ericgsetmessageid: <1519501936.73.0.467229070634.issue32937@psf.upfronthosting.co.za>
2018-02-24 19:52:16Ericglinkissue32937 messages
2018-02-24 19:52:16Ericgcreate