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

# Functions

No description provided by the author
NewWorker creates a new worker.
NewWorkerPool creates a new worker pool.

# Structs

Worker is a struct that represents a worker.

# Interfaces

Job is an interface that represents a job.
Pool represents a pool of workers.