mirror of
https://github.com/tmrts/go-patterns.git
synced 2026-02-03 22:36:19 +00:00
Parallelism markdown.
This commit is contained in:
7
concurrency/parallelism.md
Normal file
7
concurrency/parallelism.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Parallelism Pattern
|
||||
|
||||
[Parallelism](https://blog.golang.org/pipelines#TOC_8.) allows multiple "jobs" or tasks to be run concurrently and asynchronously.
|
||||
|
||||
# Implementation and Example
|
||||
|
||||
An example showing implementation and usage can be found in [parallelism.go](parallelism.go).
|
||||
Reference in New Issue
Block a user