recipe

package
v0.0.0-...-56b0d0a Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2021 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 WorkQueue

type WorkQueue struct {
	// contains filtered or unexported fields
}

func NewWorkQueue

func NewWorkQueue(maxConcurrent int64) *WorkQueue

func (*WorkQueue) AddWork

func (wq *WorkQueue) AddWork(work interface{})

func (*WorkQueue) Work

func (wq *WorkQueue) Work()

type Worker

type Worker interface {
	Work(*frame.Line)
}

Worker is working

Jump to

Keyboard shortcuts

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