summaryrefslogtreecommitdiff
path: root/test/files/jvm/reactor-producer-consumer.check
Commit message (Collapse)AuthorAgeFilesLines
* Remove scala.actors and the actors migration module dependencyLukas Rytz2015-04-231-10/+0
|
* Fixed issue in Reactor/Actor that could lead to...Philipp Haller2010-01-071-0/+10
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.