def __stop(self): self.__block.acquire() self.__stopped = True self.__block.notifyAll() self.__block.release()
On Sun, Aug 24, 2008 at 11:59 AM, Fredrik Lundh <[EMAIL PROTECTED]>wrote: > James Matthews wrote: > > Group all the threads in a list and call the stop method on all of them. >> > > what stop method? > > </F> > > > -- > http://mail.python.org/mailman/listinfo/python-list > -- http://www.goldwatches.com/
-- http://mail.python.org/mailman/listinfo/python-list