mirror of
https://github.com/tmrts/go-patterns.git
synced 2024-11-21 20:46:08 +03:00
Bounded parallelism markdown.
This commit is contained in:
parent
40b4ab5963
commit
ce288860af
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).
|
Loading…
Reference in New Issue
Block a user