skuschel / generatorpipeline

Parallelize your data-processing pipelines with just a decorator.
GNU General Public License v3.0
2 stars 3 forks source link

Refactor to use a class instead of a closure #15

Closed skuschel closed 1 year ago

skuschel commented 1 year ago

This change is supposed to have more control about the behavior of the final pipeline object. It is needed for implementing operator overloading (#3 ) or to add a better output of statistics (#14)