Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 564 Bytes

File metadata and controls

11 lines (7 loc) · 564 Bytes

fsets

GoDoc Go Report Card

Functional set execution

This provides a simple set of functions that represent a call chain for various types of execution. This includes standard calls, concurrenty/parallel calls and pipelines.

This makes testing a call chain easier as it decouples the calls in the chain. See the godoc for more information.