2021年11月3日

摘要: //(1)补充一些知识点 //(1.1)虚假唤醒 // wait(), notify_one(), notify_all() 使用非常频繁的接口 // 虚假唤醒是指没有满足条件的时候被唤醒了。 //(1.2)atomic #include<iostream> #include<thread> #in 阅读全文
posted @ 2021-11-03 08:46 xcxfury001 阅读(21) 评论(0) 推荐(0)

导航