技术栈
cond
小猪快点跑
5 小时前
golang
·
条件变量
·
cond
go sync.Cond 条件变量
目录1、数据结构2、底层实现3、条件判断4、等待(Wait())5、通知(Signal/ Broadcast)