Multithread C++

which libraries can be used for multithreaded programming in C + +?
The standard C++ library would be the first choice.
http://en.cppreference.com/w/cpp/thread

If that is unavailable, boost threads is a drop-in replacement.
http://www.boost.org/doc/libs/1_54_0/doc/html/thread.html
Topic archived. No new replies allowed.