summaryrefslogtreecommitdiff
path: root/apscheduler/schedulers/gevent.py
Commit message (Expand)AuthorAgeFilesLines
* Added the first usable scheduler, worker and datastore implementationsAlex Grönholm2020-09-201-34/+0
* Dropped support for Python < 3.5Alex Grönholm2019-07-191-2/+1
* Added the ability to pause and resume job processing in the schedulerAlex Grönholm2016-04-101-4/+4
* Move the wakeup() call directly to BaseScheduler.start()Alex Grönholm2016-04-101-1/+1
* Added specific executors for supported frameworksAlex Grönholm2014-04-061-2/+5
* Implemented integration with various event loopsAlex Grönholm2014-02-241-0/+32