summaryrefslogtreecommitdiff
path: root/src/forkjoin/scala/concurrent/forkjoin/ForkJoinPool.java
Commit message (Expand)AuthorAgeFilesLines
* Remove our fork of forkjoin. Java 8 bundles it.Adriaan Moors2015-07-151-3762/+0
* Add missing canonical combinators:Viktor Klang2014-10-201-0/+3
* SI-7442 Update bundled Fork/Join pool (JSR166y)Philipp Haller2013-05-111-858/+1747
* SI-6905 - Switch to sneakyThrows instead of Unsafe.throwException as per new ...Viktor Klang2013-01-141-1/+1
* Merge pull request #668 from viktorklang/masterJosh Suereth2012-06-051-18/+1
|\
| * Switching the the Akka-contributed Unsafe detection to support more platforms...Viktor Klang2012-06-051-18/+1
* | Adds most recent iteration of the ForkJoinPool, and updates it to now run on ...Heather Miller2012-04-131-209/+205
|/
* Added updated ForkJoinPool, w/ necessary updates to Scala Actors.Heather Miller2012-02-251-1404/+2425
* Reverted r25440 (update of forkjoin library) un...Philipp Haller2011-08-151-1653/+1369
* Update fork/join framework to JDK release 1.7.0Philipp Haller2011-08-031-1369/+1653
* Replaced RunnableFuture with placeholder interf...Philipp Haller2009-12-031-1/+5
* moved forkjoin sources out of the library folderLukas Rytz2009-12-021-0/+1866