task

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(ctx context.Context, doneCh chan Task, sourceFunc SourceFunc) error

Run processes tasks.

Types

type Func added in v0.10.0

type Func func(ctx context.Context) error

Func is the function containing a logic of the task.

type SourceFunc

type SourceFunc func(ctx context.Context, taskCh chan<- Task, doneCh <-chan Task) error

SourceFunc is a function producing tasks.

type Task

type Task struct {
	ID string
	Do Func
}

Task is the task to execute in the reactor.

Jump to

Keyboard shortcuts

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