//
pkg.gl
Category
github.com/subhash-pal/golang-training-concurrency-major-
Golang-DesignPattern
Concurrency-Patterns-Design
NtoN
package
0.0.0-20240805123344-3dc119b79728
Repository:
https://github.com/subhash-pal/golang-training-concurrency-major-.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
112 SLOC
#
Functions
NewWorker
NewWorker creates a new worker with the given ID, job channel, result channel, and HTTP client.
#
Structs
Job
Job represents a task to be performed by a worker.
Result
Result represents the result of processing a job.
Worker
Worker represents a worker that performs a job.