package
0.0.0-20241212013832-3e83a38c33ff
Repository: https://github.com/blackhorseya/golang-101.git
Documentation: pkg.go.dev

# Functions

NewJob creates a new job with the given id.
NewPool creates a new pool of workers.
NewWorker creates a new worker with the given id.

# Structs

Job represents the job to be run.
Pool represents a pool of workers that can execute jobs.
Worker represents the worker that executes the job.