Actors in Groovy – concurrency the easy way with GParallelizer
Scala is a very inspiring language and among a couple of other things I admire its actors library, Being a Groovy developer at the moment I’ve tried to adopt the actor’s concurrency model for Groovy, which would then allow me to structure concurrent code around the inherently safer message-passing paradigm and so avoid shared mutable state wherever possible. What an excellent case to practice Groovy meta-programming that was!
Continue reading over at dzone...
