I am updating my code to ITK 5.0. In particular I’d like to take advantage of the parallelization improvements. However, the examples I’ve seen so far, e.g. https://itk.org/ITKExamples/src/Core/Common/UseParallelizeImageRegion/Documentation.html only deal with parallelizing over one image. I need to parallelize over multiple images, of different types. What’s the recommended approach to do so? I don’t ParallelizeImageRegion() is really suitable for this?