Skip to content

Commit ce28886

Browse files
author
Anthony Atkinson
committed
Bounded parallelism markdown.
1 parent 40b4ab5 commit ce28886

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

concurrency/bounded_parallelism.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Bounded Parallelism Pattern
2+
3+
[Bounded parallelism](https://blog.golang.org/pipelines#TOC_9.) is similar to [parallelism](parallelism.md), but allows limits to be placed on allocation.
4+
5+
# Implementation and Example
6+
7+
An example showing implementation and usage can be found in [bounded_parallelism.go](bounded_parallelism.go).

0 commit comments

Comments
 (0)