Tag Archives: actor
Akka : Testing your Actors
Introduction Akka is a great Scala and Java framework implementing the “Actor” programming model. It allows developers to easily build concurrent systems. The main ideas behind the Actor model are: The work is divided into small tasks An Actor is … Continue reading