7 #include "fwThread/Timer.hpp" FWTHREAD_API Timer()
Constructs a Timer. By default, a the Timer mode is repetitive.
virtual FWTHREAD_API void stop()
Stops the timer and cancel all pending operations.
This namespace fwThread provides few tools to execute asynchronous tasks on different threads...