蛮荆Recent content on 蛮荆马上订阅 蛮荆 RSS 更新: https://dbwu.tech/index.xmlsync.Cond Code Reading2023年4月26日 08:00sync.Cond 不是一个常用的同步机制,在条件变量长时间无法满足时,sync.Cond 能够让出处理器的使用权,和单纯使用 for {} 进行无限等待相比,可以提高 CPU 的利用率。查看完整文章