EricG <ericg...@gmail.com> added the comment:

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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32937>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to