0
kicks
Avoiding concurrency pains with C# multicore programming
This is an article written by "C# 2008 and 2005 threaded programming" author, Gaston Hillar. I think it is going to be useful to any developer involved in C# multicore and multithreaded programming. It applies an object-oriented design to simplify parallelism complexity. Very useful to simplify the multicore transformation of many applications.