//
pkg.gl
Category
github.com/blackhorseya/golang-101
job-queue
package
0.0.0-20241212013832-3e83a38c33ff
Repository:
https://github.com/blackhorseya/golang-101.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
67 SLOC
#
Functions
NewJobQueue
NewJobQueue creates a new job queue.
#
Structs
JobQueue
JobQueue represents a queue of jobs that processes jobs in a sequential order.
#
Interfaces
Job
Job is an interface for submitting work to the job queue.