package
0.0.0-20240403195145-a5b82e576be2
Repository: https://github.com/gostdlib/concurrency.git
Documentation: pkg.go.dev
# Functions
New creates a new Pipeline that utilzes the Stage(s) in "sm".
# Interfaces
StateMachine represents a statemachine where Start() is the entry Stage and you are directed to the next stage to run via Request[T].Next .
# Type aliases
Stage is a stage in a statemachine.