//
pkg.gl
Category
golang.org/x/sync
singleflight
package
0.12.0
Repository:
https://go.googlesource.com/sync
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1.4k
Files
171 SLOC
#
Structs
Group
Group represents a class of work and forms a namespace in which units of work can be executed with duplicate suppression.
Result
Result holds the results of Do, so they can be passed on a channel.