Skip to content
/ pipeline Public

Pipeline is a library to execute operations in some pre-defined order.

License

Notifications You must be signed in to change notification settings

su5kk/pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipeline

Pipeline is a library to execute operations in some pre-defined order.

Features:

  • Generic payload support
  • Sequential or parallel execution
  • Layer based topological sort of operations if dependency graph is specified
  • Support for user-defined custom error handling, including early termination
  • Zero external dependencies

Examples

See examples

About

Pipeline is a library to execute operations in some pre-defined order.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages