2007-02-08

Threads and memory model for C++

C++ does not know the notion of threads and this causes problems. Here Hans Böhm "describes an effort to clarify the meaning of multi-threaded C++ programs, and to provide some standard thread-related APIs where those are currently missing".

Posted by Alexander Bernauer | Permanent Link | Categories: C++