Day 2 -
Sept 13th
Stage 3 (Plato 3)
After the recent changes in Akka license, Scala developers are looking for an alternatives, especially for the akka-actors
module. Actors allow race-free handling of mutable state without resorting to threads and locks. Key features of an actor that enables this use case are:
Combining these two, we will show how to do the following:
akka-actors provides a lot more features like supervision, fault tolerance and so on. But, those features may not be essential for your app. If so, following the pattern we described will simplify your code without having to deal with the licensing dilemma.
Subscribe and follow @ScalaDays on Twitter for the latest conference updates.