Home > Uncategorized > C++ Standard (C++0x) Thread Library

C++ Standard (C++0x) Thread Library

March 28th, 2010 Leave a comment Go to comments

The upcoming C++ standard (C++0x) will support multithreading and concurrency both as an inherent part of the memory model, and as part of the C++ Standard Library. “Multithreading and Concurrency” (Anthony Williams):

Also Herb Sutter is a leading authority on software development. He is the best selling author of several books including Exceptional C++ and C++ Coding Standards, as well as hundreds of technical papers and articles, including “The Free Lunch Is Over” which coined the term “concurrency revolution.”

Effective Concurrency: Prefer Futures to Baked-In “Async APIs”

  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.