会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
yanghh
新随笔
管理
2020年5月31日
std::mutex和lock系列
摘要: 1. std::mutex:独占的互斥量,不能递归使用。下面是它的类的部分定义: class mutex { public: // std::mutex不支持拷贝和赋值操作。 mutex(const mutex&) = delete; mutex& operator=(const mutex&) =
阅读全文
posted @ 2020-05-31 07:53 _yanghh
阅读(2058)
评论(0)
推荐(1)
编辑