Recurring Timer

Skip Montanaro skip at pobox.com
Fri Mar 28 07:24:20 EST 2003


    boethius> I checked out the Threading.Timer and it executes _once_ after
    boethius> x seconds. I need something similar: a Timer that executes
    boethius> every x seconds until explicitely stoped.

    boethius> How can I do this? O:-)

Why not simply restart it as the last thing you do when it executes?

Skip





More information about the Python-list mailing list