summaryrefslogtreecommitdiff
path: root/test/files/jvm/replyablereactor4.scala
Commit message (Collapse)AuthorAgeFilesLines
* Hardened actor tests. No review.Philipp Haller2010-04-131-0/+10
|
* Reactor now has type parameter.Philipp Haller2010-03-081-1/+1
|
* Restored type of receiver in OutputChannel and ...Philipp Haller2009-10-061-1/+1
| | | | | | | Restored type of receiver in OutputChannel and Channel to Actor. ReplyReactor inherits from ReplyableReactor. ReplyableReactor is now private.
* Enabled synchronous message sends for Replyable...Philipp Haller2009-07-211-0/+44
Enabled synchronous message sends for ReplyableReactor. Added get(timeout: Long) method to SyncVar.