func sync.NewCond
3 uses
sync (current package)
cond.go#L32: func NewCond(l Locker) *Cond {
net/http
h2_bundle.go#L7166: cc.cond = sync.NewCond(&cc.mu)
server.go#L671: cr.cond = sync.NewCond(&cr.mu)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)