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: <[email protected]> |
| 2008-09-06 01:16:24 | jnoller | link | issue3789 messages |
| 2008-09-06 01:16:24 | jnoller | create | |
|