skuschel / generatorpipeline

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

feed data given by a callback interface into the pipeline #12

Open skuschel opened 2 years ago

skuschel commented 2 years ago

change a callback interface into the pipeline.

https://stackoverflow.com/questions/9968592/turn-functions-with-a-callback-into-python-generators

skuschel commented 1 year ago

we may just do this by sending the data over the network to another process using zmq. Similar to the generator send that is in network.py