John Henning
John Henning
Yes, I still want to be able to build a pipeline with the pipeline runner, but be able to separate the component from its communication method. This would allow for...
How would this allow isolation of the process though?
If I wanted to do something like the code I wrote above, how would I get these isolated input and output streams?
Is there a way to do this without using the abstract algorithms? It isn't clear how to extend them or create your own interfaces. I also want to be able...