summaryrefslogtreecommitdiff
path: root/src/actors
Commit message (Collapse)AuthorAgeFilesLines
* switch to unnested packages.Martin Odersky2009-07-248-8/+16
|
* Enabled synchronous message sends for Replyable...Philipp Haller2009-07-212-26/+107
| | | | | | Enabled synchronous message sends for ReplyableReactor. Added get(timeout: Long) method to SyncVar.
* Made Replyable more general.Philipp Haller2009-07-216-10/+33
|
* Enabled future-type message sends for reactors.Philipp Haller2009-07-213-9/+12
|
* Moved scheduler source files into new scheduler...Philipp Haller2009-07-2113-0/+0
| | | | | Moved scheduler source files into new scheduler directory.
* Moved new scheduler classes into package scala....Philipp Haller2009-07-2117-15/+23
| | | | | Moved new scheduler classes into package scala.actors.scheduler.
* Re-enabled snapshot for new ForkJoinPool.Philipp Haller2009-07-2012-1086/+165
|
* Fixed build.Philipp Haller2009-07-171-1/+1
|
* Updated to newest revision of ForkJoinPool.Philipp Haller2009-07-1714-125/+275
|
* Fixed memory leak in remote actors.Philipp Haller2009-07-162-33/+34
|
* Added ControlException marker trait and update ...Miles Sabin2009-07-153-3/+6
| | | | | | | | | Added ControlException marker trait and update various exceptions to mix it in; the typer now correctly propagates ControlExceptions rather than reporting them; the IDE reports attempts to log ControlExceptions; Global.signalDone no longer leaks ValidateErrors back into the typer; the set of compiler options offered by the IDE has been updated.
* Added ThreadPoolScheduler supporting managedBlock.Philipp Haller2009-07-117-15/+107
|
* fixed Scala comments, added svn:keywordsmichelou2009-07-071-7/+7
|
* Switched to ForkJoinScheduler as default.Philipp Haller2009-07-027-15/+17
|
* Refactoring of sender/reply, as well as !!, !? ...Philipp Haller2009-06-2810-240/+356
| | | | | | Refactoring of sender/reply, as well as !!, !? methods into separate traits.
* Thread-based receive uses ManagerBlocker interf...Philipp Haller2009-06-234-23/+32
| | | | | Thread-based receive uses ManagerBlocker interface of new ForkJoinPool.
* Switched back to ThreadPoolExecutor.Philipp Haller2009-06-141-3/+1
|
* Include 1.5 backport of Java 7 ForkJoinPool.Philipp Haller2009-06-0615-10/+6032
|
* fixed (finally!) issue with JavaSerializermichelou2009-06-023-23/+26
|
* Renamed Reactor source file to match name of tr...Philipp Haller2009-05-311-0/+0
| | | | | Renamed Reactor source file to match name of trait.
* Renamed OutputChannelActor to Reactor.Philipp Haller2009-05-3115-204/+267
| | | | | | | Renamed Future.ch to Future.inputChannel. Exceptions are handled properly while matching messages. Tasks that execute actors no longer catch Throwable, but Exception.
* Implemented #2009.Philipp Haller2009-05-292-110/+186
|
* Re-enabled SchedulerAdapter.Philipp Haller2009-05-281-1/+30
|
* Improved SimpleExecutorScheduler with non-leaki...Philipp Haller2009-05-285-60/+160
| | | | | Improved SimpleExecutorScheduler with non-leaking termination monitor.
* Fixed #2010 by scheduling waitingFor check.Philipp Haller2009-05-282-53/+71
|
* Now for real: added OutputChannelActor.Philipp Haller2009-05-283-1/+229
|
* Added OutputChannelActor.Philipp Haller2009-05-286-123/+45
|
* Added exceptionHandler method.Philipp Haller2009-05-272-4/+11
|
* Commented instance vars of Actor trait and comp...Philipp Haller2009-05-272-31/+58
| | | | | | Commented instance vars of Actor trait and completed some scaladocs. Renamed sessions to senders.
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-272-3/+3
| | | | | | In "Iterable" and in all its subclasses, "iterator" replaces "elements" (and assorted changes).
* Implemented #2015.Philipp Haller2009-05-275-6/+57
|
* Fixed #1794.Philipp Haller2009-05-261-23/+13
|
* Removed obsolete isDetached flag from Actor trait.Philipp Haller2009-05-242-6/+11
|
* Added SimpleExecutorScheduler which does not te...Philipp Haller2009-05-244-4/+112
| | | | | Added SimpleExecutorScheduler which does not terminate automatically.
* Implemented #2012.Philipp Haller2009-05-2412-241/+246
|
* Fixed #1999.Philipp Haller2009-05-241-16/+2
|
* Fixed partest build problem.Philipp Haller2009-05-244-26/+62
|
* Added JDK 5 Executor-based schedulers.Philipp Haller2009-05-226-23/+134
|
* Replaced ExitActorException with SuspendActorEx...Philipp Haller2009-05-202-22/+2
| | | | | Replaced ExitActorException with SuspendActorException.
* Fixed NPE when restarting Scheduler.Philipp Haller2009-05-201-4/+4
|
* Fixed #2000.Philipp Haller2009-05-201-4/+8
|
* Fixed potential memory leak.Philipp Haller2009-05-041-9/+9
|
* add serialization test, disabled patmat debug t...michelou2009-04-211-8/+4
| | | | | add serialization test, disabled patmat debug traces
* Fixed bug in ActorGC. Added more comments.Philipp Haller2009-04-213-5/+35
|
* Added SchedulerService class that allows subcla...Philipp Haller2009-04-171-0/+94
| | | | | | Added SchedulerService class that allows subclasses to define custom shutdown actions.
* Improved error-handling using futures.Philipp Haller2009-04-091-16/+105
|
* Made Future's InputChannel for useful, especial...Philipp Haller2009-04-082-6/+15
| | | | | Made Future's InputChannel for useful, especially in conjunction with the def svn di/2 in the Actor trait.
* Fixed #1801Philipp Haller2009-03-251-0/+3
|
* Removed obsolete methods and simplified handlin...Philipp Haller2009-02-182-23/+14
| | | | | | Removed obsolete methods and simplified handling of thread-based suspension.
* Fixed #1686.Philipp Haller2009-02-022-12/+7
|