Skip to content
hanjb edited this page Dec 4, 2014 · 3 revisions

A sample of C++11 thread, from Wei Dong's blog http://www.wdong.org/fun/thread-tutorial.cpp

Related issues:

  1. Thread mapping M:N http://web.mit.edu/nathanw/www/usenix/freenix-sa/freenix-sa.html1.
  2. Avoid IO operations blocking thread
  3. Thread Local Storage
    http://en.wikipedia.org/wiki/Thread-local_storage

Clone this wiki locally