MarcMush
MarcMush
i'm working on it here https://github.com/MarcMush/ProgressMeter.jl/tree/parallel_update
yes, it should work, you can even use it on a single core I didn't work on this much since I did this PR, but I can continue working on...
I did some work on this PR I implemented @IanButterworth's suggestion https://github.com/timholy/ProgressMeter.jl/pull/157#issuecomment-638330463
> It would be nicer if you could encapsulate any other progress bars, e.g. `ProgressUnknown` etcetera, in this way. That is, if you could just pass an array of progress...
*again*, a lot of changes this includes #215, which is of course necessary for this Now, there are 2 main ways to use a MultipleProgress, with a few options ```julia...
this is basically working but there are some decisions to make regarding syntax and functionnalities
This PR is about to celebrate its third anniversary, and I would love to merge this one day. Here is an attempt to list what is currently blocking to do...
I've changed to a Dict for storing the progressbars and throws an error when trying to re-add a progess with the same id. It is possible to use Ints or...
have you tested it? I'd appreciate other people trying it and giving feedback, see if it is actually what is wanted you can use it with `]add ProgressMeter#3156d04`
`@distributed pmap()` was already implemented before this PR adds `next!()` accross workers with `ParallelProgress`, as well as multiple progressbars at once with `MultipleProgress`