If i have a thread, of type threading.Thread
that i initiate with an __init__
in the
def run(self):
while 1:
do some stuffis there a way i can stop this thread and restart this thread from within itself ? thanks
_______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
