Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 278 Bytes

parallelism.md

File metadata and controls

7 lines (4 loc) · 278 Bytes

Parallelism Pattern

Parallelism 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.