speedcom/akka-one-worker-job-balancer

Mutate Actors state using context.become

speedcom opened this issue · 1 comments

According due to (https://github.com/alexandru/scala-best-practices/blob/master/sections/5-actors.md)
5.2. SHOULD mutate state in actors only with context.become
make every Actors to change its state using context.become to be Pure && FP.

done