summaryrefslogtreecommitdiff
path: root/test/files/jvm/reactor-producer-consumer.scala
Commit message (Collapse)AuthorAgeFilesLines
* Hardened actor tests. No review.Philipp Haller2010-04-131-0/+20
|
* Reactor now has type parameter.Philipp Haller2010-03-081-5/+5
|
* Fixed issue in Reactor/Actor that could lead to...Philipp Haller2010-01-071-0/+75
Fixed issue in Reactor/Actor that could lead to premature termination of actors. Added test that could reproduce it (occurred more often on larger inputs, but test should not take too much time). The issue also caused the reactor-exceptionOnSend test to timeout sometimes. Review by plocinic.