worker

package
v1.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 18, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Error

type Error struct {
	Err    error
	Entity interface{}
}

type Processor

type Processor func(interface{}, context.Context) error

type Worker

type Worker struct {
	Processor Processor
	// contains filtered or unexported fields
}

func New

func New(processor Processor, jobs chan interface{}, results chan<- Error) (*Worker, error)

func (*Worker) Start

func (w *Worker) Start(ctx context.Context)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL