News

Libcron offers an easy to use API to add callbacks with corresponding cron-formatted strings: #include <libcron/Cron.h> #include <libcron/CronData.h> #include <chrono> #include <thread> using ...