summaryrefslogtreecommitdiff
path: root/LibCore/CTimer.h
AgeCommit message (Collapse)Author
2019-04-18LibCore: Add CTimer::restart() and make set_interval() take effect soon.Andreas Kling
2019-04-14LibCore: Add a convenience constructor for CTimer.Andreas Kling
new CTimer(250, [] { thing_to_do_every_250_msec(); });
2019-04-12LibCore: Move LibGUI/GTimer to LibCore/CTimer.Andreas Kling