Continuous Timer

Robert Dailey rcdailey at gmail.com
Fri May 30 21:50:13 EDT 2008


Hi,

Reading through the Python 2.5 docs, I'm seeing a Timer class in the
threading module, however I cannot find a timer object that will
continuously call a function of my choice every XXXX amount of milliseconds.
For example, every 1000 milliseconds I want a function named Foo to be
called. This would continue to happen until I terminate the timer in my main
thread. Thanks for the help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080530/b9de090c/attachment.html>


More information about the Python-list mailing list