I was playing around with the ProgressMeter.jl package by Tim Holy and it
works great for a single threaded loop. I was wondering if there's any way
to run several loops on multiple workers and have a set of progress bars
update in real time. When I tried this with Tim's package it just said
Progress: 100% Time: .... after each was complete but nothing during
intermediate progress. What I had in mind was a display like
Worker 1: Progress: X%...
Worker 2: Progress: Y% ....
that update in real time but have multiple lines to represent the different
workers.