Message72658
In a later release, I'd like to massage this in such a way that you do not
have to wait for a child queue to be drained prior to calling join.
One way to work around this David, is to call Queue.cancel_join_thread():
def f(datasize, q):
q.cancel_join_thread()
q.put(range(datasize)) |
|
Date |
User |
Action |
Args |
2008-09-06 01:16:25 | jnoller | set | recipients:
+ jnoller, DavidDecotigny |
2008-09-06 01:16:25 | jnoller | set | messageid: <1220663785.72.0.150113888463.issue3789@psf.upfronthosting.co.za> |
2008-09-06 01:16:24 | jnoller | link | issue3789 messages |
2008-09-06 01:16:24 | jnoller | create | |
|