summaryrefslogtreecommitdiff
path: root/src/actors
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed loop and andThen (functions were reset by...Philipp Haller2006-11-033-9/+9
* Fixed severe bug (badly handled interruption).Philipp Haller2006-11-033-50/+104
* Refactored portability supportmihaylov2006-11-019-15/+55
* Removed some commented code.Philipp Haller2006-10-311-8/+0
* Fixed bugs in orElse, more general typing.Philipp Haller2006-10-192-15/+42
* Added ? operator.Philipp Haller2006-10-172-0/+4
* fixed both methods 'reportError' in scala/io/So...michelou2006-10-122-0/+20
* corrected copyright notice in script templatesmichelou2006-10-111-10/+2
* cleaned up comments in scala/actors/*.scalamichelou2006-10-102-119/+171
* Included proof of deadlock-freedom in Scheduler...Philipp Haller2006-10-102-4/+41
* Fixed build.Philipp Haller2006-10-103-3/+3
* Merged trait Actor and trait Reactor into trait...Philipp Haller2006-10-101-304/+0
* (no commit message)Philipp Haller2006-10-107-61/+346
* added svn:keywords to scala/actors/*.scalamichelou2006-10-103-6/+40
* Removed ThreadedActor as special case of Reactor.Philipp Haller2006-10-101-45/+0
* Event-based actors now allowed to call receive.Philipp Haller2006-10-106-209/+255
* Fixed eeeeeeeeeevil deadlock in scheduler/Worke...Philipp Haller2006-10-097-40/+209
* added svn:keywords to scala/actors/*.scalamichelou2006-10-0912-12/+12
* modified escapedStringValue and cleaned up comm...michelou2006-10-0812-173/+293
* Small clean-ups.Philipp Haller2006-10-044-48/+37
* Added scaladoc comments to most of the public t...Philipp Haller2006-10-035-171/+385
* Added method for defining an actor with a (type...Philipp Haller2006-10-021-1/+10
* Added actor linking.Philipp Haller2006-09-305-20/+153
* Checked in new actors lib.Philipp Haller2006-09-2912-0/+1313
* Removed old actors lib.Philipp Haller2006-09-2969-4023/+0
* Fixed build.Philipp Haller2006-09-258-105/+727
* (no commit message)Philipp Haller2006-09-258-730/+103
* Changed TIMEOUT into case object.Philipp Haller2006-08-113-9/+9
* (no commit message)Philipp Haller2006-08-101-4/+2