摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 using namespace std; 8 9 /*10 知识点:11 this_thread : 当前线程12 chrono::system_clock::now() : 系统的当前时间点13 future async(std::launch::async,[](){...}) : 启动一个任务,返回的是一个 future 但一般直接 auto14 this_threa... 阅读全文
posted @ 2013-12-05 11:04 easyfrog 阅读(535) 评论(0) 推荐(0) 编辑