摘要: 中文文档:原子操作std::atomic(可以无锁并发编程) 中文文档:线程支持库 参考:C++:线程(std::thread) 转载:C++多线程 一、std::thread创建多线程 点击查看代码 #include <iostream> #include <thread> void fun1() 阅读全文
posted @ 2021-03-24 17:40 滴哒哒哒 阅读(434) 评论(0) 推荐(0)