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".

# Structs

Data will implement T in our Request[T] above.
Pipeline sets up a concurrent (kindof anyways) Pipeline.
Request is a Request to execute in the Pipeline.

# 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.