stepaction

package
v0.0.12 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StepAction

type StepAction[In, Out any] struct {
	Fn          stepActionFn[In, Out]
	RequiredSem int64
}

func New

func New[In, Out any](fn stepActionFn[In, Out], opts ...StepActionOption) *StepAction[In, Out]

type StepActionOption

type StepActionOption func(*stepActionConfig)

func WithRequiredSem

func WithRequiredSem(s int64) StepActionOption

Jump to

Keyboard shortcuts

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