summaryrefslogtreecommitdiff
path: root/src/actors/scala/actors/scheduler/ForkJoinScheduler.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove scala.actors and the actors migration module dependencyLukas Rytz2015-04-231-174/+0
* Make all numeric coercions explicit.Paul Phillips2013-05-271-1/+1
* SI-6807 Deprecating the Actors library.Vojin Jovanovic2013-02-071-0/+1
* Added updated ForkJoinPool, w/ necessary updates to Scala Actors.Heather Miller2012-02-251-7/+2
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-121-2/+2
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-051-2/+2
* Made use of random number generator in ForkJoin...Philipp Haller2010-04-111-4/+10
* A few yards short of the goal posts attempt at ...Paul Phillips2010-03-041-4/+4
* - Added fair mode to ForkJoinScheduler, which s...Philipp Haller2010-02-221-7/+9
* Eliminating the deprecation warnings in the act...Paul Phillips2009-12-151-1/+1
* Fix for a race condition when starting an Actor...Philipp Haller2009-10-091-1/+3
* ForkJoinScheduler only adjusts pool size when a...Philipp Haller2009-10-061-22/+8
* Introduced actors package object to deprecate a...Philipp Haller2009-09-241-10/+35
* Split TaskRunner into FutureTaskRunner and Task...Philipp Haller2009-09-111-1/+2
* Added the scala.concurrent.TaskRunner and scala...Philipp Haller2009-08-031-3/+6
* nested pacpakges for actor.wscheduler; fixed bu...Martin Odersky2009-07-241-1/+2
* Moved scheduler source files into new scheduler...Philipp Haller2009-07-211-0/+152