/akka_tutorial

Building off a tutorial from Typesafe

Primary LanguageScala

Compute Pi with Akka

Build Status

Use Akka actors to compute an approximation of Pi. Builds on top of Typesafe's tutorial by adding a test suite.

Usage

To run the approximation, invoke: sbt run

To run the test suite, invoke sbt test