summaryrefslogtreecommitdiff
path: root/src/actors
Commit message (Expand)AuthorAgeFilesLines
* UncaughtException is now a case class (see #2017).Philipp Haller2010-04-292-10/+11
* Closes #3369. Review by plocinic.Philipp Haller2010-04-291-0/+39
* Closes #3365.Philipp Haller2010-04-286-11/+35
* Closes #3364. No review.Philipp Haller2010-04-281-1/+1
* Fixed scaladoc output for several types and mem...Philipp Haller2010-04-273-41/+33
* Closes #3356.Philipp Haller2010-04-253-107/+42
* Reverted change of Reactor.exceptionHandler's t...Philipp Haller2010-04-222-4/+3
* Reactor.exceptionHandler is defined on Throwabl...Philipp Haller2010-04-224-25/+30
* Fixed deadlocking behavior in actors.Iulian Dragos2010-04-131-1/+1
* Reverted r21523. No review.Philipp Haller2010-04-134-25/+11
* Removed obsolete AbstractReactor trait. No review.Philipp Haller2010-04-132-27/+1
* Improved handling of uncaught exceptions in act...Philipp Haller2010-04-134-11/+25
* Improved deprecation warnings in actors package...Philipp Haller2010-04-121-4/+4
* actors.UncaughtException stores most recent sen...Philipp Haller2010-04-124-25/+29
* Made use of random number generator in ForkJoin...Philipp Haller2010-04-111-4/+10
* Scaladoc clean-ups for various actor and channe...Philipp Haller2010-04-119-162/+30
* Completed scaladoc for Reactor and Combinators.Philipp Haller2010-04-114-34/+35
* Removing a class cast exception.Paul Phillips2010-04-041-2/+8
* Renamed Replyable* source files to the types th...Philipp Haller2010-03-253-0/+0
* Renamed Replyable* types to *CanReply. No review.Philipp Haller2010-03-254-10/+8
* Removed obsolete version numbers. No review.Philipp Haller2010-03-256-8/+0
* Addresses see #2017.Philipp Haller2010-03-248-35/+93
* Closes #3185. Review by plocinic.Philipp Haller2010-03-171-0/+2
* Leveraged -Xmigration to burn off some warts wh...Paul Phillips2010-03-151-1/+1
* Closes #3102.Philipp Haller2010-03-081-8/+14
* Reactor now has type parameter.Philipp Haller2010-03-0818-240/+308
* Removed obsolete SimpleExecutorScheduler, Threa...Philipp Haller2010-03-047-254/+13
* Fixed actors.enableForkJoin property.Philipp Haller2010-03-042-9/+10
* Clean-ups in scheduler hierarchy.Philipp Haller2010-03-049-27/+91
* A few yards short of the goal posts attempt at ...Paul Phillips2010-03-0410-36/+36
* Undid my awful code which had broken the thread...Paul Phillips2010-02-261-1/+2
* Made doc comment consistent. No review.Philipp Haller2010-02-251-2/+2
* Physically moved ActorGC to scheduler directory.Philipp Haller2010-02-251-0/+0
* Fixed problem with daemon actor termination.Philipp Haller2010-02-241-5/+1
* Control-flow combinators do not require thread-...Philipp Haller2010-02-237-49/+105
* Some much needed housecleaning regarding system...Paul Phillips2010-02-231-30/+15
* - Added fair mode to ForkJoinScheduler, which s...Philipp Haller2010-02-2211-39/+64
* Some deprecation patrol and minor cleanups.Paul Phillips2010-02-221-1/+1
* Re-added deprecated member to scala.actors.Fut...Philipp Haller2010-02-081-0/+3
* Closes #3009.Philipp Haller2010-02-021-11/+26
* Fixed a number of faulty Scaladoc comments in l...Gilles Dubochet2010-01-261-1/+1
* Reverted over-zealous replacement of 'PartialFu...Antonio Cunei2010-01-1511-41/+41
* Some optimizations to actor message queues and ...Philipp Haller2010-01-146-60/+109
* Fixed issue in Reactor/Actor that could lead to...Philipp Haller2010-01-075-4/+44
* Took full advantage of the new =>? alias for th...Paul Phillips2009-12-2211-42/+42
* Closes #2538. no review necessary.Philipp Haller2009-12-221-4/+6
* closed #1449. review by community.Philipp Haller2009-12-211-9/+40
* small correction in doc comment. no review.Philipp Haller2009-12-211-3/+2
* closed #2829. review by rompf.Philipp Haller2009-12-211-6/+6
* Documented scala.actors.Futures API.Philipp Haller2009-12-211-30/+56