summaryrefslogtreecommitdiff
path: root/src/actors/scala/actors/Scheduler.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove scala.actors and the actors migration module dependencyLukas Rytz2015-04-231-40/+0
* SI-7624 Fix a few remaining -Xlint warnings ...Simon Ochsenreither2013-08-151-1/+0
* SI-6807 Deprecating the Actors library.Vojin Jovanovic2013-02-071-0/+1
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-21/+0
* 3rd round of clean ups (see r25285, r25292)michelou2011-07-151-2/+2
* Updated a bunch of @deprecated annotations to h...Paul Phillips2011-04-241-1/+1
* Various addenda to soc's patch: regenerating Pr...Paul Phillips2011-04-141-1/+1
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-2/+2
* Applying davetron5000's actors docs patches.Aleksandar Pokopec2011-02-151-1/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* 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
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* - Added fair mode to ForkJoinScheduler, which s...Philipp Haller2010-02-221-0/+2
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Use the same thread pool configuration for Daem...Philipp Haller2009-12-031-19/+2
* Added Java property to explicitly enable/disabl...Philipp Haller2009-12-031-7/+19
* Added switch to not use fork-join pool on a 1.5...Philipp Haller2009-12-011-3/+4
* Do not use ForkJoinPool when running on IBM J9;...Philipp Haller2009-10-201-6/+16
* Reactor uses Executor-based scheduler that does...Philipp Haller2009-10-061-3/+3
* reverted 'doArg' change made in r18738, removed...michelou2009-09-251-2/+4
* Fixed #2359.Philipp Haller2009-09-241-9/+2
* Added the scala.concurrent.TaskRunner and scala...Philipp Haller2009-08-031-3/+4
* Moved new scheduler classes into package scala....Philipp Haller2009-07-211-0/+1
* Re-enabled snapshot for new ForkJoinPool.Philipp Haller2009-07-201-44/+11
* Added ThreadPoolScheduler supporting managedBlock.Philipp Haller2009-07-111-5/+3
* Switched to ForkJoinScheduler as default.Philipp Haller2009-07-021-2/+4
* Refactoring of sender/reply, as well as !!, !? ...Philipp Haller2009-06-281-0/+1
* Switched back to ThreadPoolExecutor.Philipp Haller2009-06-141-3/+1
* Include 1.5 backport of Java 7 ForkJoinPool.Philipp Haller2009-06-061-0/+3
* Improved SimpleExecutorScheduler with non-leaki...Philipp Haller2009-05-281-10/+14
* Implemented #2012.Philipp Haller2009-05-241-130/+10
* Fixed #1999.Philipp Haller2009-05-241-16/+2
* Fixed partest build problem.Philipp Haller2009-05-241-12/+32
* Added JDK 5 Executor-based schedulers.Philipp Haller2009-05-221-4/+4
* Fixed NPE when restarting Scheduler.Philipp Haller2009-05-201-4/+4
* Fixed bug in ActorGC. Added more comments.Philipp Haller2009-04-211-5/+1
* Fixed build.Philipp Haller2009-01-301-1/+3
* ActorGC is no longer a global object; each sche...Philipp Haller2009-01-221-2/+20
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* Use Thread.getState() instead of timestamps to ...Philipp Haller2008-12-161-120/+0
* Replaced TimerThread with java.util.Timer.Philipp Haller2008-09-291-1/+1
* Actor trait abstracts from scheduling strategy.Philipp Haller2008-08-041-61/+76
* Separated actor GC from scheduling.Philipp Haller2008-08-031-36/+19
* Fixed #459Philipp Haller2008-02-131-1/+1
* Ported bug fix in rev 13402 of 2.6.1 branchPhilipp Haller2007-12-021-2/+2
* Fixed issue with task scheduler creating too ma...Philipp Haller2007-11-271-4/+9
* Fixed ticket #219.Philipp Haller2007-11-261-2/+17
* removed type aliases, update svn:keywordsmichelou2007-10-091-2/+2