summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Replaced the thread pool with a pluggable executor systemAlex Grönholm2014-04-0611-12/+40
* Overhauled the job store system and ditched ShelveJobStore and RedisJobStore ...Alex Grönholm2014-03-093-5/+38
* Implemented integration with various event loopsAlex Grönholm2014-02-2410-33/+173
* Removed trigger specific methods from Scheduler, making the API more genericAlex Grönholm2013-06-294-5/+4
* Changed line length limit from 79 characters to 120 and reformatted the code ...Alex Grönholm2013-03-034-10/+6
* Added support for scheduling callables by textual referencesAlex Grönholm2013-03-031-0/+16
* Added a standalone operating modeAlex Grönholm2012-09-043-32/+45
* Remove a debugging lineAlex Grönholm2012-03-241-1/+0
* Fixed the persistent example (it wasn't closing the file properly when ctrl+C...Alex Grönholm2012-03-171-4/+9
* Fixed missing job store aliasagronholm2011-02-081-1/+1
* Added persistent job store exampleagronholm2010-12-121-0/+33
* Added simple example demonstrating the use of interval schedulingagronholm2010-12-121-0/+27