package
0.0.0-20211127175118-db3ee8db598d
Repository: https://github.com/saraginov/learn-go.git
Documentation: pkg.go.dev

# README

Worker Pools

Workers are functions which have data arg, followed by in and out channels. These "workers" will receive work on the jobs channel and send the corresponding results on results.