pekko/akka-samples/akka-sample-multi-node
Patrik Nordwall a11fb1dafc =act #3572 Add parens to sender
* because it is not referentially transparent; normally we reserved parens for
  side-effecting code but given how people thoughtlessly close over it we revised
  that that decision for sender
* caller can still omit parens
2014-01-17 18:21:14 +01:00
..
src =act #3572 Add parens to sender 2014-01-17 18:21:14 +01:00
README.md export supervision tools in Act trait, and other review fixes 2012-09-25 12:20:52 +02:00

Multi-Node Test Sample

This sample is meant to be used by studying the code; it does not perform any astounding functions when running it. If you want to run it, check out the akka sources on your local hard drive, follow the instructions for setting up Akka with SBT. When you start SBT within the checked-out akka source directory, you can run this sample by typing

akka-sample-multi-node-experimental/multi-jvm:test-only sample.multinode.MultiNodeSampleSpec

(You might have to pass a system property containing akka.test.tags.include=long-running.)

You can read more in the Akka docs.