summaryrefslogtreecommitdiff
path: root/src/actors
Commit message (Expand)AuthorAgeFilesLines
...
* Removed old fork-join library. Fixed build.Philipp Haller2009-10-275-2392/+0
* Second half of fix and tests for #1518.Philipp Haller2009-10-261-4/+16
* Modifications to the five accumulated ant-paras...Paul Phillips2009-10-262-0/+1
* First half of fix for #1518.Philipp Haller2009-10-264-15/+47
* Fix and test for #2515.Philipp Haller2009-10-251-2/+7
* Deprecation patrol.Paul Phillips2009-10-253-10/+3
* Do not use ForkJoinPool when running on IBM J9;...Philipp Haller2009-10-2041-6/+12579
* Fix for disabled test t2359.Philipp Haller2009-10-121-1/+2
* Fix for a race condition when starting an Actor...Philipp Haller2009-10-093-6/+21
* Restored type of receiver in OutputChannel and ...Philipp Haller2009-10-066-20/+149
* Reactor uses Executor-based scheduler that does...Philipp Haller2009-10-064-20/+20
* ForkJoinScheduler only adjusts pool size when a...Philipp Haller2009-10-061-22/+8
* Actors waiting in receive search for messages o...Philipp Haller2009-10-012-74/+45
* Fixed thread-visibility issues causing scala-ni...Philipp Haller2009-10-013-0/+9
* Removed LightReaction. Simplified ActorTask.Philipp Haller2009-09-306-115/+39
* reverted 'doArg' change made in r18738, removed...michelou2009-09-251-2/+4
* Tightened access modifiers in Reactor and Actor...Philipp Haller2009-09-243-16/+16
* Introduced actors package object to deprecate a...Philipp Haller2009-09-2418-154/+128
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-245-5/+5
* Moved SingleThreadedScheduler from scheduler ba...Philipp Haller2009-09-241-0/+0
* More proper fix for #2379 (single-threaded acto...Philipp Haller2009-09-242-75/+32
* Fixed #2359.Philipp Haller2009-09-249-44/+94
* Attempting to widen the field of possibilities ...Paul Phillips2009-09-221-2/+2
* Physically moved ForkJoinPool to scala.concurrent.Philipp Haller2009-09-179-5092/+0
* fixed headers/comments/svn props, made some pro...michelou2009-09-154-8/+17
* Split TaskRunner into FutureTaskRunner and Task...Philipp Haller2009-09-1120-56/+52
* Created NoStackTrace trait and mixed it into Co...Paul Phillips2009-09-053-21/+3
* Minor refinements to recent patches, and the re...Paul Phillips2009-09-051-29/+41
* Rewrite of the actor MessageQueue, adding a tra...Paul Phillips2009-09-022-123/+85
* Fixed #1560 (which was a typing hole, so some l...Martin Odersky2009-08-151-1/+1
* Fixed #2028 and #2100.Philipp Haller2009-08-047-5/+76
* Added the scala.concurrent.TaskRunner and scala...Philipp Haller2009-08-0316-77/+53
* nested pacpakges for actor.wscheduler; fixed bu...Martin Odersky2009-07-2413-13/+26
* switch to unnested packages.Martin Odersky2009-07-248-8/+16
* Enabled synchronous message sends for Replyable...Philipp Haller2009-07-212-26/+107
* Made Replyable more general.Philipp Haller2009-07-216-10/+33
* Enabled future-type message sends for reactors.Philipp Haller2009-07-213-9/+12
* Moved scheduler source files into new scheduler...Philipp Haller2009-07-2113-0/+0
* Moved new scheduler classes into package scala....Philipp Haller2009-07-2117-15/+23
* Re-enabled snapshot for new ForkJoinPool.Philipp Haller2009-07-2012-1086/+165
* Fixed build.Philipp Haller2009-07-171-1/+1
* Updated to newest revision of ForkJoinPool.Philipp Haller2009-07-1714-125/+275
* Fixed memory leak in remote actors.Philipp Haller2009-07-162-33/+34
* Added ControlException marker trait and update ...Miles Sabin2009-07-153-3/+6
* Added ThreadPoolScheduler supporting managedBlock.Philipp Haller2009-07-117-15/+107
* fixed Scala comments, added svn:keywordsmichelou2009-07-071-7/+7
* Switched to ForkJoinScheduler as default.Philipp Haller2009-07-027-15/+17
* Refactoring of sender/reply, as well as !!, !? ...Philipp Haller2009-06-2810-240/+356
* Thread-based receive uses ManagerBlocker interf...Philipp Haller2009-06-234-23/+32
* Switched back to ThreadPoolExecutor.Philipp Haller2009-06-141-3/+1