package
module
Version:
v0.0.0-...-d5a1ce3
Opens a new window with list of versions in this module.
Published: Dec 28, 2017
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Job struct {
Payload interface{}
Error error
}
type Worker struct {
Proc func(job *Job) error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.