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

# Functions

NewJobQueue creates a new job queue.

# Structs

JobQueue represents a queue of jobs that processes jobs in a sequential order.

# Interfaces

Job is an interface for submitting work to the job queue.