Documentation ¶
Overview ¶
Package singleflight provides a duplicate function call suppression mechanism.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct {
// contains filtered or unexported fields
}
Group represents a class of work and forms a namespace in which units of work can be executed with duplicate suppression.
Click to show internal directories.
Click to hide internal directories.