How is Akka used in Play?
In Play 2.0, Play delegated all requests to go through an actor. It heavily depended on Akka’s future API and other parts. In Play 2.1, with the move of Akka’s future API into Scala 2.10, Play started depending less directly on Akka. It gets all it’s execution contexts from Akka, and provides integration with Akka, … Read more