Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // NoopCaching Use a Noop caching implementation NoopCaching = false )
Functions ¶
func SortLogKeys ¶
func SortLogKeys(keys []string)
SortLogKeys sort log keys with fixed order for know keys
Types ¶
type BoundedWaitGroup ¶ added in v0.2.0
type BoundedWaitGroup struct {
// contains filtered or unexported fields
}
BoundedWaitGroup is a wait group which has a limit boundary meaning it will wait for Done() to be called before releasing Add(n) if the limit has been reached
func NewBoundedWaitGroup ¶ added in v0.2.0
func NewBoundedWaitGroup(cap int) BoundedWaitGroup
NewBoundedWaitGroup returns a new BoundedWaitGroup
Click to show internal directories.
Click to hide internal directories.