package
0.0.0-20240805123344-3dc119b79728
Repository: https://github.com/subhash-pal/golang-training-concurrency-major-.git
Documentation: pkg.go.dev

# Functions

NewWorker creates a new worker with the given ID, job channel, result channel, and HTTP client.

# Structs

Job represents a task to be performed by a worker.
Result represents the result of processing a job.
Worker represents a worker that performs a job.