Closed CarloNicolini closed 5 years ago
On my first version of the progress bar I was relying on some private variables of the multiprocessing module and I wasn't sure they would behave properly when a custom pool was passed.
It seems it works as expected, so now it should be possible to use pm_pbar and pm_pool simultaneously.
Sorry for not replying before.
I have noticed that using both pm_bar and pm_pool hides the progress bar. Here a MWE:
Any idea on the reason?