It would be amazing if more complex cron expressions could be supported:
cron("*/5 * * * *", []() { std::cout << "every 5 min" << std::endl; });
I see that you have a branch with a C library. I have another suggestion:
https://github.com/mariusbancila/croncpp
C++17 and header only.
I love how simple this library is, with that addition it would be even better. Keep up the good work!
It would be amazing if more complex cron expressions could be supported:
I see that you have a branch with a C library. I have another suggestion:
https://github.com/mariusbancila/croncpp
C++17 and header only.
I love how simple this library is, with that addition it would be even better. Keep up the good work!