mirror of
https://github.com/tmrts/go-patterns.git
synced 2025-04-02 20:56:12 +03:00
Bounded parallelism markdown.
This commit is contained in:
parent
40b4ab5963
commit
ce288860af
1 changed files with 7 additions and 0 deletions
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…
Add table
Reference in a new issue