摘要: #C++如何开启子线程? 创建一个临时的std::thread 变量的同时就启动了线程 #include <stdio.h> #include <thread> using namespace std; void easy_do_something(){ printf(__FUNCTION__); 阅读全文
posted @ 2023-03-17 20:52 严_青 阅读(363) 评论(0) 推荐(0) 编辑