Raymond Hettinger <[email protected]> added the comment:
FWIW, if you want to do other tasks in a main thread and need to check on the
status task completion in worker threads, you can already loop on:
while q.unfinished_tasks:
do_other_fun_stuff()
q.join() # this shouldn't block anymore
----------
priority: normal -> low
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue9634>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com