package
0.17.0
Repository: https://github.com/coreos/coreos-assembler.git
Documentation: pkg.go.dev

# Functions

NewWorkerGroup creates a new group.
Parallel executes a set of Workers and waits for them to finish.

# Structs

WorkerGroup is similar in principle to sync.WaitGroup but manages the Workers itself.

# Type aliases

Worker is a function that WorkerGroup will run in a new goroutine.