Inviwo
0.9.10.1
Inviwo documentation
|
#include <timer.h>
Public Types | |
using | Milliseconds = std::chrono::milliseconds |
Public Member Functions | |
Delay (Milliseconds delay, std::function< void()> callback, TimerThread &thread=util::getDefaultTimerThread()) | |
void | start () |
void | cancel () |
A one time delay.