C++11线程睡眠的方式

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编辑  收藏  举报