mirror of
https://github.com/tmrts/go-patterns.git
synced 2026-02-04 06:46:18 +00:00
Bounded parallelism markdown.
This commit is contained in:
7
concurrency/bounded_parallelism.md
Normal file
7
concurrency/bounded_parallelism.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# Bounded Parallelism Pattern
|
||||||
|
|
||||||
|
[Bounded parallelism](https://blog.golang.org/pipelines#TOC_9.) is similar to [parallelism](parallelism.md), but allows limits to be placed on allocation.
|
||||||
|
|
||||||
|
# Implementation and Example
|
||||||
|
|
||||||
|
An example showing implementation and usage can be found in [bounded_parallelism.go](bounded_parallelism.go).
|
||||||
Reference in New Issue
Block a user