Bosma / Scheduler

Modern C++ Scheduling Library
MIT License
272 stars 74 forks source link

Scheduler::every is not steady to time changes #22

Open Vertaler opened 4 years ago

Vertaler commented 4 years ago

After change system time to the some moment in the past, Scheduler::every will not work correctly because Clock::now value will change (https://github.com/Bosma/Scheduler/blob/master/Scheduler.h#L182) because Clock is a std::chrono::system_clock.