directory
1.19.0
Repository: https://github.com/cockroachdb/gostdlib.git
Documentation: pkg.go.dev

# Packages

Package errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
Package semaphore provides a weighted semaphore implementation.