Message170812
The multiprocessing.JoinableQueue's function join() should have a timeout argument so that one can check on other things while waiting for a queue to finish.
As join() uses a condition to wait anyway, a timeout is easily implemented and passed to the Condidition.wait(). Patch is attached. |
|
Date |
User |
Action |
Args |
2012-09-20 13:29:52 | legordian | set | recipients:
+ legordian |
2012-09-20 13:29:52 | legordian | set | messageid: <1348147792.78.0.126354805475.issue15983@psf.upfronthosting.co.za> |
2012-09-20 13:29:52 | legordian | link | issue15983 messages |
2012-09-20 13:29:52 | legordian | create | |
|