i've been working with Scala for some time and i've started to take a deeper look into concurrency. With my knowldege of Java concurrency i've achieved the simple things I had to do, but i'm trying to dig a little bit more into the Actors world.
The problem is that i can't find any advanced tutorial or docs rather than this one:
http://docs.scala-lang.org/overviews/core/actors.html (pretty good BTW)
Of course i've read the API, but i'd like to have some code examples, good practices, recommendations, etc.
NOTE: I'm talking of documentation about things not covered in the mainstream docs. I know the core concepts of actors. Also, i've read these books:
Programming in Scala: A Comprehensive Step-by-Step Guide, 2nd Edition
Programming Scala: Scalability = Functional Programming + Objects
EDIT: Thank you for all the answers. I'm aware of the books about actors, but i'm looking for free sutff.
