runner

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Do

func Do(task Task) <-chan Result

Do executes task and send output to channel

Types

type Result

type Result interface {
	Value() interface{}
	Error() error
}

Result interface wraps Value and Error methods.

func NewResult

func NewResult(value interface{}, err error) Result

NewResult returns result instance with value as input

type Task

type Task func() Result

Task is a function type which returns result instance

Jump to

Keyboard shortcuts

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