summaryrefslogtreecommitdiff
path: root/src/actors
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added sender and loop methods to Actor class (p...Philipp Haller2007-05-011-1/+4
* Bumped version numbers for new release.Philipp Haller2007-05-0113-23/+23
* Added resetProxy method that replaces an implic...Philipp Haller2007-04-261-0/+14
* (no commit message)Philipp Haller2007-04-241-2/+1
* Removed obsolete thread pool scheduler.Philipp Haller2007-04-241-184/+0
* Small fix involving exit of ActorProxy.Philipp Haller2007-04-241-0/+1
* Small fix in ActorProxy.Philipp Haller2007-04-243-38/+12
* Fixed Actor.exit, added continue for loop { }.Philipp Haller2007-04-203-17/+36
* updated for-comprehension syntaxmichelou2007-04-193-13/+31
* scala.actors: timer thread survives snapshot/re...Philipp Haller2007-03-165-58/+83
* scala.actors: added snapshot/restart for Schedu...Philipp Haller2007-03-167-43/+135
* scala.actors: removed commented codePhilipp Haller2007-03-083-43/+36
* scala.actors: small clean-upsPhilipp Haller2007-03-052-4/+10
* scala.actors: Fixed race in TimerThreadPhilipp Haller2007-03-052-4/+9
* updated scaladoc comments (links, tuples, ..)michelou2007-03-011-18/+23
* (no commit message)Philipp Haller2007-02-277-13/+12
* updated annotations in Scala librarymichelou2007-02-201-6/+6
* scala.actors: integrated FJ. added futures.Philipp Haller2007-02-1912-36/+2758
* scala.actors: Fixed small bug in andThen.Philipp Haller2007-02-171-2/+2
* changed tuple syntax to (...)Martin Odersky2007-02-131-1/+1
* scala.actors: removed ugly flow control.Philipp Haller2007-02-051-18/+13
* scala.actors: removed Exit class.Philipp Haller2007-02-044-33/+36
* scala.actors: exit now works inside loop.Philipp Haller2007-02-022-17/+10
* scala.actors: added some more ScalaDoc comments.Philipp Haller2007-02-018-44/+128
* scala.actors: fixed build on JDK 1.4Philipp Haller2007-01-313-21/+67
* Renamed a function to avoid shadowing.Philipp Haller2007-01-241-3/+3
* Fixed bug that caused single-threaded scheduler...Philipp Haller2007-01-241-2/+3
* Fixed bug (self not updated correctly).Philipp Haller2007-01-237-31/+21
* fixed problems with build.Martin Odersky2007-01-221-5/+9
* Inlined detachActor().Philipp Haller2007-01-211-8/+4
* Removed obsolete TickedDebugScheduler and Spare...Philipp Haller2007-01-214-326/+15
* Added fast message queue implementation.Philipp Haller2007-01-211-0/+86
* Changed sender stack and links to be simple Lists.Philipp Haller2007-01-214-203/+142
* Added scheduler configuration via Java property.Philipp Haller2007-01-181-4/+8
* Fixes in shutdown methods of JDK5Scheduler and ...Philipp Haller2007-01-172-4/+6
* Replaced some function variables by methods.Philipp Haller2007-01-176-102/+87
* Added scheduler based on JDK5 thread pool.Philipp Haller2007-01-174-41/+151
* Added faster non-debugging version of basic sch...Philipp Haller2007-01-173-3/+176
* Changed channels. Removed receiveFrom and Request.Philipp Haller2007-01-174-448/+220
* enabled -Xunapply.Martin Odersky2007-01-161-1/+1