summaryrefslogtreecommitdiff
path: root/src/actors/scala/actors/Scheduler.scala
Commit message (Expand)AuthorAgeFilesLines
...
* Made constructor of FJTaskScheduler2 parameterl...Philipp Haller2007-09-061-2/+2
* Fixed bug with automatic termination (pending r...Philipp Haller2007-09-051-5/+21
* Added scaladoc comments to InputChannel and Out...Philipp Haller2007-07-091-5/+5
* Removed dependency on Reaction in scheduling su...Philipp Haller2007-06-191-12/+7
* incremented MinorVersion, deprecated All/AllRef...michelou2007-06-131-29/+29
* Bumped version numbers for new release.Philipp Haller2007-05-011-5/+5
* scala.actors: timer thread survives snapshot/re...Philipp Haller2007-03-161-0/+4
* scala.actors: added snapshot/restart for Schedu...Philipp Haller2007-03-161-19/+32
* scala.actors: integrated FJ. added futures.Philipp Haller2007-02-191-7/+20
* scala.actors: added some more ScalaDoc comments.Philipp Haller2007-02-011-9/+10
* scala.actors: fixed build on JDK 1.4Philipp Haller2007-01-311-13/+6
* Fixed bug (self not updated correctly).Philipp Haller2007-01-231-3/+3
* Removed obsolete TickedDebugScheduler and Spare...Philipp Haller2007-01-211-318/+12
* Changed sender stack and links to be simple Lists.Philipp Haller2007-01-211-4/+9
* Added scheduler configuration via Java property.Philipp Haller2007-01-181-4/+8
* Replaced some function variables by methods.Philipp Haller2007-01-171-1/+15
* Added scheduler based on JDK5 thread pool.Philipp Haller2007-01-171-4/+1
* Added faster non-debugging version of basic sch...Philipp Haller2007-01-171-1/+1
* Changed channels. Removed receiveFrom and Request.Philipp Haller2007-01-171-1/+1
* Fixed bug in andThen.Philipp Haller2007-01-101-14/+1
* Checked-in enhanced debugging support for actors.Philipp Haller2006-11-211-42/+142
* Small refactoring of Reaction.Philipp Haller2006-11-141-3/+2
* updated scaladoc comments in actors/*.scalamichelou2006-11-141-1/+16
* Made other schedulers non-abstract again.Philipp Haller2006-11-131-103/+103
* Replaced == null()eq null(ne null)mihaylov2006-11-131-3/+3
* Added exception logging.Philipp Haller2006-11-091-0/+7
* Fixed bug in receiveWithin.Philipp Haller2006-11-091-4/+6
* added pending reactions to prevent scheduler fr...Philipp Haller2006-11-081-13/+33
* added termination check in scheduler.Philipp Haller2006-11-081-0/+14
* Fixed severe bug (badly handled interruption).Philipp Haller2006-11-031-42/+59
* Refactored portability supportmihaylov2006-11-011-2/+7
* cleaned up comments in scala/actors/*.scalamichelou2006-10-101-52/+58
* Included proof of deadlock-freedom in Scheduler...Philipp Haller2006-10-101-2/+39
* Fixed build.Philipp Haller2006-10-101-1/+1
* (no commit message)Philipp Haller2006-10-101-7/+14
* added svn:keywords to scala/actors/*.scalamichelou2006-10-101-6/+10
* Fixed eeeeeeeeeevil deadlock in scheduler/Worke...Philipp Haller2006-10-091-20/+163
* added svn:keywords to scala/actors/*.scalamichelou2006-10-091-1/+1
* modified escapedStringValue and cleaned up comm...michelou2006-10-081-30/+36
* Added scaladoc comments to most of the public t...Philipp Haller2006-10-031-142/+35
* Added actor linking.Philipp Haller2006-09-301-3/+0
* Checked in new actors lib.Philipp Haller2006-09-291-0/+276
* Refactored actors lib.Philipp Haller2006-07-141-246/+0
* added svn:keywords and file header to files in ...michelou2006-06-231-5/+15
* Added actors library.Philipp Haller2006-06-211-0/+236