Skip to the content.

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.