aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/concurrent
Commit message (Collapse)AuthorAgeFilesLines
* Remove Task type, whose name field is never usedSamuel Tardieu2012-04-111-16/+0
| | | | | Task is only a Runnable with a name field, whose value is never consulted.
* renamed ThreadPool to BlockingThreadPoolMarco Jacob2012-02-241-0/+57
|
* javadoc adapted, PriorityThreadFactory hidden and ThreadPool renamed to ↵Marco Jacob2012-02-243-84/+6
| | | | BlockingThreadPool
* added concurrentMarco Jacob2012-02-243-0/+116