Back to Go Patterns

Bounded Parallelism Pattern

concurrency/bounded_parallelism.md

latest326 B
Original Source

Bounded Parallelism Pattern

Bounded parallelism is similar to parallelism, but allows limits to be placed on allocation.

Implementation and Example

An example showing implementation and usage can be found in bounded_parallelism.go.