mirror of
https://github.com/tmrts/go-patterns.git
synced 2024-11-21 20:46:08 +03:00
326 B
326 B
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.