package
1.1.0
Repository: https://github.com/gobuffalo/buffalo.git
Documentation: pkg.go.dev

# Functions

NewSimple creates a basic implementation of the Worker interface that is backed using just the standard library and goroutines.
NewSimpleWithContext creates a basic implementation of the Worker interface that is backed using just the standard library and goroutines.

# Structs

Job to be processed by a Worker.
Simple is a basic implementation of the Worker interface that is backed using just the standard library and goroutines.

# Interfaces

SimpleLogger is used by the Simple worker to write logs.
Worker interface that needs to be implemented to be considered a "worker".

# Type aliases

Args are the arguments passed into a job.
Handler function that will be run by the worker and given a slice of arguments.