summaryrefslogtreecommitdiff
path: root/examples/executors/processpool.py
Commit message (Expand)AuthorAgeFilesLines
* Added entry points for executors and job stores tooAlex Grönholm2014-06-161-2/+1
* Separated the two pool executors to different classes and moved the debug exe...Alex Grönholm2014-06-151-2/+2
* Fixed OverflowError on WindowsAlex Grönholm2014-05-281-1/+2
* Fixed the process pool exampleAlex Grönholm2014-04-101-2/+2
* Switched the order of the "func" and "trigger" parameters around in add_job()Alex Grönholm2014-04-061-1/+1
* Replaced the thread pool with a pluggable executor systemAlex Grönholm2014-04-061-0/+24