Daily Archives: October 7, 2009
My first real use of Scala Actors
I have written lots of multi-threaded code in C++ and more recently Java. I have always found it a bit tricky to get right, but more importantly it was easy for someone else maintaining the code to trip up on some of the subtleties. All these mutable data structures that got shared between threads. You […]