Re: which situations should we use thread. join() ?

2013-02-08 Thread Ulrich Eckhardt
Am 08.02.2013 07:29, schrieb Chris Angelico: On Fri, Feb 8, 2013 at 3:32 PM, iMath wrote: which situations should we use thread. join() ? http://bpaste.net/show/yBDGfrlU7BDDpvEZEHmo/ why do we not put thread. join() in this code ? I've no idea why you don't put thread.join() in

Re: which situations should we use thread. join() ?

2013-02-07 Thread Chris Angelico
On Fri, Feb 8, 2013 at 3:32 PM, iMath wrote: > which situations should we use thread. join() ? > http://bpaste.net/show/yBDGfrlU7BDDpvEZEHmo/ > why do we not put thread. join() in this code ? I've no idea why you don't put thread.join() in that code. Maybe because it isn'

which situations should we use thread. join() ?

2013-02-07 Thread iMath
which situations should we use thread. join() ? http://bpaste.net/show/yBDGfrlU7BDDpvEZEHmo/ why do we not put thread. join() in this code ? -- http://mail.python.org/mailman/listinfo/python-list