Often macros that take for loop expressions don’t compose. So you can have only one applied at a time, but not both. I’m sure that you could fix this in ProgressMeters.jl by detecting an @distributed for loop and explicitly handling it.
Often macros that take for loop expressions don’t compose. So you can have only one applied at a time, but not both. I’m sure that you could fix this in ProgressMeters.jl by detecting an @distributed for loop and explicitly handling it.