We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804615c commit 40b4ab5Copy full SHA for 40b4ab5
concurrency/parallelism.md
@@ -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