Demonstrating Test-Driven Development and Evolutionary Design in the long run
2013-03-23
Let's Code Jumi #225: Decoupled Actor Threads (Part 1)
Creating an actor used to be coupled with creating its thread (or reusing the current thread). By separating those operations we can unify "primary" and "secondary" actors, making the actors much simpler to use.