深浅模式
源码链接:singleflight.go - Go
结构体:
type Group struct { mu sync.Mutex // protects m m map[string]*call // lazily initialized }