summaryrefslogtreecommitdiff
path: root/src/actors/scala/actors/Reactor.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove scala.actors and the actors migration module dependencyLukas Rytz2015-04-231-307/+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
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* Eliminated all the current feature warnings.Paul Phillips2012-07-271-0/+1
* Adding the Actor Migration Kit.Vojin Jovanovic2012-05-181-1/+9
* a fast, functional PartialFunction implementationPavel Pavlov2012-03-301-2/+2
* Prepared actors hierarchy for migration.Vojin Jovanovic2012-03-201-1/+1
* Fast PartialFunction # orElse.Martin Odersky2011-11-241-1/+1
* AbstractPartialFunction.Paul Phillips2011-10-191-2/+1
* Applying davetron5000's actors docs patches.Aleksandar Pokopec2011-02-151-1/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Addresses see #3470 by adding a method Reactor....Philipp Haller2010-05-251-8/+23
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Reverted change of Reactor.exceptionHandler's t...Philipp Haller2010-04-221-2/+2
* Reactor.exceptionHandler is defined on Throwabl...Philipp Haller2010-04-221-1/+5
* Fixed deadlocking behavior in actors.Iulian Dragos2010-04-131-1/+1
* Scaladoc clean-ups for various actor and channe...Philipp Haller2010-04-111-1/+1
* Completed scaladoc for Reactor and Combinators.Philipp Haller2010-04-111-16/+13
* Addresses see #2017.Philipp Haller2010-03-241-17/+20
* Closes #3185. Review by plocinic.Philipp Haller2010-03-171-0/+2
* Reactor now has type parameter.Philipp Haller2010-03-081-25/+54
* Removed obsolete SimpleExecutorScheduler, Threa...Philipp Haller2010-03-041-4/+10
* A few yards short of the goal posts attempt at ...Paul Phillips2010-03-041-6/+6
* Control-flow combinators do not require thread-...Philipp Haller2010-02-231-12/+12
* - Added fair mode to ForkJoinScheduler, which s...Philipp Haller2010-02-221-24/+38
* Reverted over-zealous replacement of 'PartialFu...Antonio Cunei2010-01-151-3/+3
* Some optimizations to actor message queues and ...Philipp Haller2010-01-141-34/+24
* Fixed issue in Reactor/Actor that could lead to...Philipp Haller2010-01-071-2/+20
* Took full advantage of the new =>? alias for th...Paul Phillips2009-12-221-4/+4
* Eliminating the deprecation warnings in the act...Paul Phillips2009-12-151-5/+5
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Fix and test for #2530.Philipp Haller2009-11-031-0/+2
* First half of fix for #1518.Philipp Haller2009-10-261-1/+1
* Reactor uses Executor-based scheduler that does...Philipp Haller2009-10-061-1/+13
* Actors waiting in receive search for messages o...Philipp Haller2009-10-011-6/+9
* Fixed thread-visibility issues causing scala-ni...Philipp Haller2009-10-011-0/+7
* Removed LightReaction. Simplified ActorTask.Philipp Haller2009-09-301-11/+12
* Tightened access modifiers in Reactor and Actor...Philipp Haller2009-09-241-11/+11
* Introduced actors package object to deprecate a...Philipp Haller2009-09-241-7/+7
* fixed headers/comments/svn props, made some pro...michelou2009-09-151-1/+1
* Rewrite of the actor MessageQueue, adding a tra...Paul Phillips2009-09-021-3/+3
* Updated to newest revision of ForkJoinPool.Philipp Haller2009-07-171-3/+6
* Switched to ForkJoinScheduler as default.Philipp Haller2009-07-021-4/+4
* Refactoring of sender/reply, as well as !!, !? ...Philipp Haller2009-06-281-23/+7
* Renamed Reactor source file to match name of tr...Philipp Haller2009-05-311-0/+209
* Merged trait Actor and trait Reactor into trait...Philipp Haller2006-10-101-304/+0
* (no commit message)Philipp Haller2006-10-101-2/+137
* Event-based actors now allowed to call receive.Philipp Haller2006-10-101-7/+12
* Fixed eeeeeeeeeevil deadlock in scheduler/Worke...Philipp Haller2006-10-091-0/+3