mirror of
https://github.com/tmrts/go-patterns.git
synced 2024-11-21 20:46:08 +03:00
Parallelism markdown.
This commit is contained in:
parent
804615ceec
commit
40b4ab5963
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).
|
Loading…
Reference in New Issue
Block a user