随笔分类 -  多线程

摘要:#include<iostream>#include <thread>//创建线程需要添加的头文件using namespace std;/*thread join(阻塞:主等子) detach(主子分离) */int main (){ return 0;}第三节:线程传参详解,detach()大坑 阅读全文
posted @ 2019-06-11 21:32 Mr_Song_D 阅读(1258) 评论(0) 推荐(0)