summaryrefslogtreecommitdiff
path: root/src/forkjoin
Commit message (Collapse)AuthorAgeFilesLines
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-1/+1
| | | | | | | | | As a brief diversion from real work, implemented Damerau–Levenshtein and ran it on trunk to elicit obvious misspellings. Unfortunately they're mostly in places like compiler comments which real people never see, but I fixed them anyway. All those English Lit majors who peruse our sources are sure to be pleased. No review.
* Replaced RunnableFuture with placeholder interf...Philipp Haller2009-12-031-1/+5
| | | | | | Replaced RunnableFuture with placeholder interface. ForkJoinPool no longer inherits from AbstractExecutorService.
* moved forkjoin sources out of the library folderLukas Rytz2009-12-029-0/+5086