# 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.