I am ready to build my c++ project with a solid thread library. I do not know exactly which library to adopt ,just::thread, poco::thread or intel threading building blocks.
I used the visual studio 2010 , and the project may need the cross-platform compatibility in the future. The thread library of the native visual studio appeared in visual studio 2012, certainly could not crossed the platform.
The visual studio 2012 add new STL headers: , , , , , , , and . please refer http://msdn.microsoft.com/en-us/library/hh409293(v=vs.110).aspx.
Although is the standard header, It could certainly not be compatible for linux!