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.