Skip to content

Commit 40b4ab5

Browse files
author
Anthony Atkinson
committed
Parallelism markdown.
1 parent 804615c commit 40b4ab5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: concurrency/parallelism.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Parallelism Pattern
2+
3+
[Parallelism](https://blog.golang.org/pipelines#TOC_8.) allows multiple "jobs" or tasks to be run concurrently and asynchronously.
4+
5+
# Implementation and Example
6+
7+
An example showing implementation and usage can be found in [parallelism.go](parallelism.go).

0 commit comments

Comments
 (0)