摘要: https://segmentfault.com/a/1190000006232497 阅读全文
posted @ 2016-11-12 02:15 FeckCode 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 一般类成员函数开线程格式 std::thread t1(&类名::函数,&实例化对象,参数....) ||std::thread t1(std::bind(&&类名::函数,&实例化对象,参数....)) 阅读全文
posted @ 2016-11-12 02:14 FeckCode 阅读(594) 评论(0) 推荐(0) 编辑