Scheduler library in C++ similar to Java Quartz -


i'm looking cross-platform library in c/c++ can schedule jobs, function calls, etc. nice if closer java quartz. prefer bsd style licenses, lgpl okay too.

libevent: http://www.monkey.org/~provos/libevent/ heavyweight use case, can decide if works you.

edit: more scheduling functions after timeouts within program. looking @ quartz, appears broader. doubt if libevent looking for.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -