摘要: (参考:https://www.cnblogs.com/haippy/p/3252041.html) std::condition_variable 是条件变量。当 std::condition_variable 对象的某个 wait 函数被调用的时候,它使用 std::unique_lock(通过 阅读全文
posted @ 2019-10-15 20:43 虚无真仙 阅读(870) 评论(0) 推荐(0)