If i have a thread, of type threading.Thread
that i initiate with an __init__
in the
def run(self):
    while 1:
         do some stuff


is there a way i can stop this thread and restart this thread from within
itself ?

thanks
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to