摘要: C++11线程睡眠的方式 std::this_thread::sleep_for(std::chrono::seconds(3)); //休眠三秒 std::this_thread::sleep_for(std::chrono:: milliseconds (100)); //休眠100毫秒 阅读全文
posted @ 2021-04-30 17:36 不知云深处 阅读(3063) 评论(0) 推荐(0) 编辑