Skip to content

rlch/pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipeline

Defines a queue of PipelineTask's to be executed, with the output of the previous task being the input to the next. The PipelineTask's are executed in the order they are added.

A PipelineTask may be added to the queue by calling next(), and returns a Pipeline<T> where T is the output of the previously added PipelineTask.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages