summaryrefslogtreecommitdiff
path: root/src/actors
Commit message (Expand)AuthorAgeFilesLines
...
* small correction in doc comment. no review.Philipp Haller2009-12-211-3/+2
* closed #2829. review by rompf.Philipp Haller2009-12-211-6/+6
* Documented scala.actors.Futures API.Philipp Haller2009-12-211-30/+56
* Closed #2801.Martin Odersky2009-12-181-1/+1
* Eliminating the deprecation warnings in the act...Paul Phillips2009-12-1513-46/+61
* Updated copyright notices to 2010Antonio Cunei2009-12-0744-44/+44
* Use the same thread pool configuration for Daem...Philipp Haller2009-12-033-24/+23
* Added Java property to explicitly enable/disabl...Philipp Haller2009-12-031-7/+19
* Added switch to not use fork-join pool on a 1.5...Philipp Haller2009-12-011-3/+4
* Reverted r19466, as the decision is now thatAntonio Cunei2009-11-092-2/+2
* Adds isDefinedAt to Function1. As a consequence,Antonio Cunei2009-11-092-2/+2
* Fixed DaemonScheduler on IBM J9.Philipp Haller2009-11-092-3/+29
* Fix and test for #2530.Philipp Haller2009-11-032-1/+4
* 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