package
0.2.2
Repository: https://github.com/caicaispace/gohelper.git
Documentation: pkg.go.dev

# Functions

NewDispatcher returns a new dispatcher.
NewJob returns a new job.
NewWorker returns a new worker.

# Structs

Dispatcher is a job dispatcher.
Worker is a worker that executes a job.

# Interfaces

Job is a job to be run.

# Type aliases

// JobFunc is a function that implements the Job interface.