# 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).