使用C++11线程延时
#include <thread>
#include <chrono>
using namespace std::chrono_literals;
using namespace std::this_thread;
sleep_for(1ms);
posted on 2022-09-21 13:02 OctoberKey 阅读(258) 评论(0) 收藏 举报
#include <thread>
#include <chrono>
using namespace std::chrono_literals;
using namespace std::this_thread;
sleep_for(1ms);
posted on 2022-09-21 13:02 OctoberKey 阅读(258) 评论(0) 收藏 举报