workqueue

package
v4.1.0+incompatible Latest Latest
Warning

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

Go to latest
Published: May 1, 2019 License: Apache-2.0 Imports: 2 Imported by: 63

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	Batch(func(Work))
	Try(func(Try)) error
	Queue(func(Work))
	Done()
}

func New

func New(workers int, stopCh <-chan struct{}) Interface

type Try

type Try interface {
	Try(fn func() error)
}

type Work

type Work interface {
	Parallel(fn func())
}

Jump to

Keyboard shortcuts

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