Skip to content

Support proper cron expressions #17

Description

@omaralvarez

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions