summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/util/GrowingThreadPoolExecutor.java
Commit message (Collapse)AuthorAgeFilesLines
* Replace growing thread pool by cascaded oneHEADmasterSimon Rettberg11 days1-85/+0Star
| | | | | Cascaded thread pools have a shared common fallback pool that will take over when a specific thread pool instance is overloaded.
* Preparations/changes for global image syncSimon Rettberg2016-04-131-0/+85