C++CSP2 - Easy Concurrency for C++
http://www.cs.kent.ac.uk/projects/ofa/c++csp/
CSP is a based on a proper concurrent paradigm as opposed to threads and locks and all other manner of things which are tacked on as an afterthought.
(See Occam-Pi for a concurrent programming language (also based on CSP))