Click here to Skip to main content
15,868,115 members
Articles / Programming Languages / C++11

C++11 Threads, Locks and Condition Variables

Rate me:
Please Sign up or sign in to vote.
4.94/5 (71 votes)
27 May 2013CPOL11 min read 290.5K   125  
This article is a walk-through the C++11 support for threads and synchronization mechanisms (mutexes and condition variables).

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Visma Software
Romania Romania
Marius Bancila is the author of Modern C++ Programming Cookbook and The Modern C++ Challenge. He has been a Microsoft MVP since 2006, initially for VC++ and nowadays for Development technologies. He works as a system architect for Visma, a Norwegian-based company. He works with various technologies, both managed and unmanaged, for desktop, cloud, and mobile, mainly developing with VC++ and VC#. He keeps a blog at http://www.mariusbancila.ro/blog, focused on Windows programming. You can follow Marius on Twitter at @mariusbancila.

Comments and Discussions