summaryrefslogtreecommitdiff
path: root/src/actors
Commit message (Collapse)AuthorAgeFilesLines
* Replaced TimerThread with java.util.Timer.Philipp Haller2008-09-296-153/+24
|
* Changed a val into a def to reduce state in Act...Philipp Haller2008-08-051-1/+1
| | | | | Changed a val into a def to reduce state in Actor trait.
* Made serialization of functions used in the rem...Philipp Haller2008-08-053-8/+36
| | | | | | Made serialization of functions used in the remote actors runtime more robust by creating explicit classes.
* Actor trait abstracts from scheduling strategy.Philipp Haller2008-08-045-105/+164
|
* Separated actor GC from scheduling.Philipp Haller2008-08-036-79/+104
|
* Lambda: The Ultimate DistributivePhilipp Haller2008-08-012-67/+18
|
* Enabled actor links for remote actors.Philipp Haller2008-07-306-31/+150
|
* Renamed Actor.async to Actor.respondOn.Philipp Haller2008-07-301-2/+2
|
* removed warning (Random)michelou2008-07-291-0/+1
|
* Fixed bug in get and remove methods.Philipp Haller2008-07-221-49/+57
|
* Made mailbox in Actor protected (this is necess...Philipp Haller2008-07-182-2/+83
| | | | | | Made mailbox in Actor protected (this is necessary for JoinActor). Added get and remove methods to MessageQueue.
* Fixed #1085.Philipp Haller2008-07-025-87/+188
|
* Cleaned up handling of reply destinations for r...Philipp Haller2008-06-183-100/+91
| | | | | | | Cleaned up handling of reply destinations for remote actors. Remote actor proxies now support all message send operations of the Actor trait in a general way.
* Refined types of Actor.async method.Philipp Haller2008-05-271-4/+4
|
* Ported fix for #845 to trunkPhilipp Haller2008-05-051-5/+15
|
* Added support for defining actors using `Respon...Philipp Haller2008-04-232-2/+2
| | | | | | | | Added support for defining actors using `Responder`s (using the `reactor` factory method). `Future`s are now also `Responder`s. Actors have an additional method `async` which makes methods like `react` usable inside `Responder`s.
* Added support for defining actors using s (usin...Philipp Haller2008-04-232-11/+80
| | | | | | | Added support for defining actors using s (using the factory method). s are now also s. Actors have an additional method which makes methods like usable inside s.
* fixed #779Philipp Haller2008-04-211-1/+3
|
* Renamed method pending in Actor trait to mailbo...Philipp Haller2008-04-091-4/+4
| | | | | Renamed method pending in Actor trait to mailboxSize.
* Fixed #711.Philipp Haller2008-04-041-1/+2
|
* Fixed #249Philipp Haller2008-04-031-2/+18
|
* Fixed #694.Philipp Haller2008-04-031-12/+5
|
* Fixed svn propertiesmihaylov2008-03-191-1/+1
|
* Do not reset trapExit in Actor.start.Philipp Haller2008-03-131-2/+6
|
* Fixed #585.Philipp Haller2008-03-051-3/+5
|
* Fixed #459Philipp Haller2008-02-133-18/+15
|
* Using custom ClassLoader is more robust.Philipp Haller2008-02-132-6/+26
|
* Integrated ClassLoader patch from Guy OliverPhilipp Haller2008-02-133-11/+28
|
* Fixed #437Philipp Haller2008-02-041-28/+19
|
* Fixed #219Philipp Haller2008-02-043-7/+52
|
* removed more warningsmichelou2008-01-183-17/+18
|
* -target 1.5 now the default.Martin Odersky2007-12-191-1/+1
|
* Ported bug fix in rev 13402 of 2.6.1 branchPhilipp Haller2007-12-023-8/+19
|
* Fixed issue that avoids evaluating expressions ...Philipp Haller2007-11-292-9/+29
| | | | | | Fixed issue that avoids evaluating expressions after andThen and continue.
* Fixed issue with task scheduler creating too ma...Philipp Haller2007-11-273-6/+28
| | | | | | Fixed issue with task scheduler creating too many threads. Improved actor termination code. Added size query to MessageQueue.
* Fixed ticket #219.Philipp Haller2007-11-266-19/+63
|
* Fixed combinator bug.Philipp Haller2007-11-162-66/+29
|
* towards automatic termination of remote actorsPhilipp Haller2007-11-133-2/+15
|
* removed type aliases, update svn:keywordsmichelou2007-10-094-9/+9
|
* updated Scala commentsmichelou2007-10-051-2/+5
|
* Made unary constructor of Channel class public.Philipp Haller2007-10-021-1/+1
|
* Some experiments with more constrained types.Philipp Haller2007-09-213-2/+49
|
* Renamed clearProxy method to clearSelf with sli...Philipp Haller2007-09-181-5/+3
| | | | | | Renamed clearProxy method to clearSelf with slightly different semantics.
* Added clearProxy method to Actor object.Philipp Haller2007-09-181-0/+15
|
* Handle AccessControlException when initializing...Philipp Haller2007-09-141-3/+14
| | | | | Handle AccessControlException when initializing actor library.
* added missing headermichelou2007-09-061-0/+9
|
* Made constructor of FJTaskScheduler2 parameterl...Philipp Haller2007-09-062-5/+5
| | | | | Made constructor of FJTaskScheduler2 parameterless again.
* Fixed bug with automatic termination (pending r...Philipp Haller2007-09-054-31/+51
| | | | | | Fixed bug with automatic termination (pending reactions). Fixed stack overflow problem in SingleThreadedScheduler.
* more debug output, made Actor @serializable.Philipp Haller2007-09-043-2/+5
|
* Updated scaladoc comment.Philipp Haller2007-09-042-3/+3
|