Demonstrating Test-Driven Development and Evolutionary Design in the long run
2013-09-15
Let's Code Jumi #268: Concurrency Bug (Part 1)
Though it had not yet bitten me, I realized that WorkerCounter has a concurrency bug that could cause two onAllWorkersFinished events being fired. Let's try to find a more reliable design...