summaryrefslogtreecommitdiff
path: root/src/actors/scala/actors/SchedulerAdapter.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove scala.actors and the actors migration module dependencyLukas Rytz2015-04-231-68/+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
* Applying davetron5000's actors docs patches.Aleksandar Pokopec2011-02-151-2/+2
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Reactor now has type parameter.Philipp Haller2010-03-081-3/+3
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Introduced actors package object to deprecate a...Philipp Haller2009-09-241-1/+1
* Added the scala.concurrent.TaskRunner and scala...Philipp Haller2009-08-031-3/+4
* Updated to newest revision of ForkJoinPool.Philipp Haller2009-07-171-0/+3
* Renamed OutputChannelActor to Reactor.Philipp Haller2009-05-311-3/+3
* Re-enabled SchedulerAdapter.Philipp Haller2009-05-281-1/+30
* Implemented #2012.Philipp Haller2009-05-241-12/+0
* ActorGC is no longer a global object; each sche...Philipp Haller2009-01-221-1/+7
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
* Use Thread.getState() instead of timestamps to ...Philipp Haller2008-12-161-8/+0
* Actor trait abstracts from scheduling strategy.Philipp Haller2008-08-041-0/+49