summaryrefslogtreecommitdiff
path: root/src/actors
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Added receiver accessor to OutputChannelPhilipp Haller2007-09-043-13/+23
|
* added svn:keywords and missing file headersmichelou2007-09-033-2/+11
|
* Added @serializable annotation to MessageQueuePhilipp Haller2007-09-031-0/+2
|
* Added more debug output to NetKernel.Philipp Haller2007-08-221-10/+26
|
* Integrated Itay Neeman's patch to allow port mu...Philipp Haller2007-08-143-6/+16
| | | | | | Integrated Itay Neeman's patch to allow port multiplexing for remote actors.
* Remote actor proxies are now cached.Philipp Haller2007-08-062-47/+82
|
* added class scala.Randommichelou2007-07-241-9/+7
|
* removed some more type aliasesmichelou2007-07-234-8/+8
|
* Fixed possible memory leak (bug 668).Philipp Haller2007-07-131-1/+8
|
* Added some debug output to scheduler.Philipp Haller2007-07-101-0/+2
|
* Removed busy waiting in TcpServiceWorker.Philipp Haller2007-07-101-17/+19
|
* Added scaladoc comments to InputChannel and Out...Philipp Haller2007-07-0916-27/+81
| | | | | | Added scaladoc comments to InputChannel and OutputChannel traits. Added ? method to InputChannel. Bumped version numbers.
* Enabled explicit reply destinations in message ...Philipp Haller2007-07-092-8/+59
| | | | | | Enabled explicit reply destinations in message sends. Added scaladoc comments. Added ? method to Channel.
* Changed visibility of several internal methods ...Philipp Haller2007-07-094-35/+27
| | | | | | Changed visibility of several internal methods to private. Small optimization in Actor.send.
* fixed buildPhilipp Haller2007-07-091-3/+3
|
* Unified sender and reply destination.Philipp Haller2007-07-093-29/+34
|
* Removed dependency on Reaction in scheduling su...Philipp Haller2007-06-194-26/+13
| | | | | Removed dependency on Reaction in scheduling subsystem.
* incremented MinorVersion, deprecated All/AllRef...michelou2007-06-1310-84/+85
| | | | | | incremented MinorVersion, deprecated All/AllRef, remove many type aliases
* Implemented synchronous message send for remote...Philipp Haller2007-06-123-30/+103
| | | | | Implemented synchronous message send for remote actors.
* Added buffering of msgs in case remote net kern...Philipp Haller2007-06-122-4/+38
| | | | | Added buffering of msgs in case remote net kernel is not yet up.
* deprecated &f, .f, requires.Martin Odersky2007-06-051-3/+3
| | | | | Added existential types.
* Resolved race condition.Philipp Haller2007-05-212-18/+26
|
* minor changesmichelou2007-05-212-4/+7
|
* Resolved race condition in Reaction.scalaPhilipp Haller2007-05-201-4/+7
|
* Fixed memory leak.Philipp Haller2007-05-202-10/+3
|
* Fixed stack overflow bug.Philipp Haller2007-05-201-17/+16
|
* resolved conflictPhilipp Haller2007-05-171-1/+7
|
* removed unnecessary synchronizationPhilipp Haller2007-05-161-3/+3
|
* Actor.start() returns thisPhilipp Haller2007-05-152-2/+3
|
* </p/>michelou2007-05-107-36/+40
|
* updated Scala comments (code examples, links, o...michelou2007-05-036-74/+94
| | | | | updated Scala comments (code examples, links, overrides)
* Added sender and loop methods to Actor class (p...Philipp Haller2007-05-011-1/+4
| | | | | | Added sender and loop methods to Actor class (previously only in Actor object).
* Bumped version numbers for new release.Philipp Haller2007-05-0113-23/+23
|