skuschel / generatorpipeline

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

Add call statistics on decorated functions #6

Closed skuschel closed 4 years ago

skuschel commented 4 years ago

Decorated functions should provide various statistics, most importantly how many elements have been processed and how many None have been removed.

skuschel commented 4 years ago

see 325b7832