Versions in this module Expand all Collapse all v0 v0.1.0 Jan 27, 2020 Changes in this version + type Payload struct + Data interface{} + type Result struct + Input interface{} + Output interface{} + type Worker struct + func NewWorker(workerCount int, workerFunc func(Payload) interface{}, strictCompletions bool) *Worker + func (w *Worker) Completions() <-chan Result + func (w *Worker) Dispatch(job Payload) error + func (w *Worker) JobCount() int + func (w *Worker) Quit()