// // Created by erki on 24/10/23. // #include "cpptick/timer.hpp" #include "cpptick/scheduler.hpp" namespace cpptick { void Timer::start() { scheduler_->storeTimer(this); } }