package
1.19.0
Repository: https://github.com/cortexproject/cortex.git
Documentation: pkg.go.dev

# Functions

CreateJobsFromStrings is a utility to create jobs from an slice of strings.
ForEach runs the provided jobFunc for each job up to concurrency concurrent workers.
ForEachUser runs the provided userFunc for each userIDs up to concurrency concurrent workers.

# Structs

SyncBuffer is a io.writer implementation with atomic writes.