graze / parallel-process

:running: Run multiple processes simultaneously
MIT License
103 stars 23 forks source link

Support progress of child processes #6

Open h-bragg opened 7 years ago

h-bragg commented 7 years ago

If a child process outputs a progress bar or progress number, interpret this and display it as a progress bar to the user.

Maybe then support total progress for all processes?

h-bragg commented 6 years ago

When using the table view, you can get it to print the last line from each child process, this would support the process bar.

However there is no interpreting output numbers to be the current progress

h-bragg commented 6 years ago

This is supported when using child pools, they provide a progress. Interpreting the output of an application as a progress is not there yet.