Introduction
Golang has made it very simple to apply concurrency in our programs and worker pool is one of the amazing concurrency pattern that we can simply create with go.
Definition
The technical definition is: (Yes, I copied this from internet 🙂...