C++11新特性
http://www.cnblogs.com/pzhfei/archive/2013/03/02/CPP_new_feature.html#section_7.1
C++11新特性学习笔记
http://blog.csdn.net/hzyong_c/article/details/8273884
C++11 thread—互斥、多线程
http://blog.csdn.net/tujiaw/article/details/8245130
为什么std::thread在析构中要强行保证对象的joinable为false
http://www.tuicool.com/articles/VnyeeaA
(不要)使用std::thread
http://www.ituring.com.cn/article/17979
c++11 线程:让你的多线程任务更轻松 【已翻译100%】
http://www.oschina.net/translate/cplusplus-11-threading-make-your-multitasking-life
C++11并发之std::thread
http://blog.csdn.net/liuker888/article/details/46848905