summaryrefslogtreecommitdiff
path: root/src/actors
Commit message (Expand)AuthorAgeFilesLines
* 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
* Builds againPhilipp Haller2007-01-101-46/+0
* Fixed bug in andThen.Philipp Haller2007-01-105-69/+171
* Fixed type error in ChannelPhilipp Haller2006-12-051-14/+14
* (no commit message)Martin Odersky2006-12-051-1/+1
* Checked-in enhanced debugging support for actors.Philipp Haller2006-11-214-53/+202
* Fixed build.Philipp Haller2006-11-201-2/+2
* Small fix in actor exit code.Philipp Haller2006-11-163-4/+7
* Fixed bug using eq instead of ==Philipp Haller2006-11-142-2/+2
* improved generation of inherited members in Doc...michelou2006-11-141-14/+24
* Small refactoring of Reaction.Philipp Haller2006-11-143-71/+22
* updated scaladoc comments in actors/*.scalamichelou2006-11-143-25/+50
* Made other schedulers non-abstract again.Philipp Haller2006-11-138-120/+129
* Replaced == null()eq null(ne null)mihaylov2006-11-133-10/+10
* Added exception logging.Philipp Haller2006-11-093-7/+44
* Fixed bug in receiveWithin.Philipp Haller2006-11-093-14/+32
* added pending reactions to prevent scheduler fr...Philipp Haller2006-11-084-14/+40
* added termination check in scheduler.Philipp Haller2006-11-083-0/+61