Inviwo
0.9.10.1
Inviwo documentation
|
#include <timer.h>
Public Types | |
using | Milliseconds = std::chrono::milliseconds |
using | clock_t = std::chrono::high_resolution_clock |
A background thread to be shared by many timers and delays. Hold a queue of TimerInfo object with a time and a callback that will be called using dispatchFront when the time is reached. InviwoApplicaition owns a default TimerThread.