package
0.0.0-20230306131847-26f457599b8d
Repository: https://github.com/xiaoyawei/buf.git
Documentation: pkg.go.dev
# Functions
Parallelism returns the current parellism.
Parallelize runs the jobs in parallel.
ParallelizeWithCancel returns a new ParallelizeOption that will call the given context.CancelFunc if any job fails.
ParallelizeWithMultiplier returns a new ParallelizeOption that will use a multiple of Parallelism() for the number of jobs that can be run at once.
SetParallelism sets the parallelism.
# Type aliases
ParallelizeOption is an option to Parallelize.