summaryrefslogtreecommitdiff
path: root/src/actors/scala/actors/Channel.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove scala.actors and the actors migration module dependencyLukas Rytz2015-04-231-136/+0
* SI-6807 Deprecating the Actors library.Vojin Jovanovic2013-02-071-0/+2
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Prepared actors hierarchy for migration.Vojin Jovanovic2012-03-201-1/+1
* 3rd round of clean ups (see r25285, r25292)michelou2011-07-151-7/+4
* Applying davetron5000's actors docs patches.Aleksandar Pokopec2011-02-151-6/+5
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Closes #3407. Closes #3412. Review by plocinic.Philipp Haller2010-05-091-12/+21
* Deprecated two members of RemoteActor which cle...Philipp Haller2010-04-291-6/+3
* Closes #3365.Philipp Haller2010-04-281-0/+22
* Fixed scaladoc output for several types and mem...Philipp Haller2010-04-271-9/+8
* Scaladoc clean-ups for various actor and channe...Philipp Haller2010-04-111-68/+4
* Removed obsolete version numbers. No review.Philipp Haller2010-03-251-2/+0
* Reverted over-zealous replacement of 'PartialFu...Antonio Cunei2010-01-151-4/+4
* Took full advantage of the new =>? alias for th...Paul Phillips2009-12-221-4/+4
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Restored type of receiver in OutputChannel and ...Philipp Haller2009-10-061-2/+2
* Enabled future-type message sends for reactors.Philipp Haller2009-07-211-5/+8
* Fixed #1794.Philipp Haller2009-05-261-23/+13
* Added JDK 5 Executor-based schedulers.Philipp Haller2009-05-221-1/+1
* Removed obsolete methods and simplified handlin...Philipp Haller2009-02-181-2/+2
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* Fixed #1085.Philipp Haller2008-07-021-1/+12
* Made unary constructor of Channel class public.Philipp Haller2007-10-021-1/+1
* Updated scaladoc comment.Philipp Haller2007-09-041-1/+1
* Added receiver accessor to OutputChannelPhilipp Haller2007-09-041-11/+13
* Added scaladoc comments to InputChannel and Out...Philipp Haller2007-07-091-3/+3
* Enabled explicit reply destinations in message ...Philipp Haller2007-07-091-0/+7
* Changed visibility of several internal methods ...Philipp Haller2007-07-091-2/+2
* Unified sender and reply destination.Philipp Haller2007-07-091-7/+7
* incremented MinorVersion, deprecated All/AllRef...michelou2007-06-131-3/+3
* updated Scala comments (code examples, links, o...michelou2007-05-031-6/+6
* Bumped version numbers for new release.Philipp Haller2007-05-011-2/+2
* scala.actors: removed commented codePhilipp Haller2007-03-081-1/+0
* scala.actors: integrated FJ. added futures.Philipp Haller2007-02-191-7/+7
* scala.actors: exit now works inside loop.Philipp Haller2007-02-021-0/+5
* scala.actors: added some more ScalaDoc comments.Philipp Haller2007-02-011-13/+17
* scala.actors: fixed build on JDK 1.4Philipp Haller2007-01-311-6/+48
* fixed problems with build.Martin Odersky2007-01-221-5/+9
* Replaced some function variables by methods.Philipp Haller2007-01-171-1/+2
* Changed channels. Removed receiveFrom and Request.Philipp Haller2007-01-171-382/+37
* enabled -Xunapply.Martin Odersky2007-01-161-1/+1
* Builds againPhilipp Haller2007-01-101-46/+0
* Fixed bug in andThen.Philipp Haller2007-01-101-11/+142
* 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-211-0/+17
* Small fix in actor exit code.Philipp Haller2006-11-161-2/+2
* Fixed bug using eq instead of ==Philipp Haller2006-11-141-1/+1