摘要: 目录<thread>this_thread命名空间1. get_id()2. sleep_for()3. sleep_until()4. yield()thread类构造函数:类方法1. get_id()2. join()3. detach()4. joinable()5. operator=6. 阅读全文
posted @ 2024-07-14 23:49 HJfjfK 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 目录<chrono>时间间隔duration常用的duration时间点time_point时钟system_clock & steady_clocksystem_clock代码举例steady_clock例程:转换函数1.duration_castDescription:duration支持隐式转 阅读全文
posted @ 2024-07-14 21:44 HJfjfK 阅读(174) 评论(0) 推荐(0) 编辑