<2017年12月>
262728293012
3456789
10111213141516
17181920212223
24252627282930
31123456
摘要: C++11 新标准中引入了四个头文件来支持多线程编程,他们分别是<atomic> ,<thread>,<mutex>,<condition_variable>和<future>。 <atomic>:该头文主要声明了两个类, std::atomic 和 std::atomic_flag,另外还声明了一 阅读全文
posted @ 2017-12-30 17:51 史D芬周 阅读(1048) 评论(0) 推荐(0) 编辑