processx icon indicating copy to clipboard operation
processx copied to clipboard

Support pipelines

Open gaborcsardi opened this issue 4 years ago • 0 comments

I.e. create and manage multiple subprocess and connect them with FIFOs / pipes. We can also call an R function to read out the output from the last command with R. This is to help with issues like #278. Maybe I should do the Windows implementation of #256 first, because we'll need fifos on Windows.

gaborcsardi avatar Nov 25 '20 16:11 gaborcsardi