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.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to