Class ImageBuilderExecutorServiceHolder

java.lang.Object
software.xdev.testcontainers.imagebuilder.concurrent.ImageBuilderExecutorServiceHolder

public final class ImageBuilderExecutorServiceHolder extends Object
Holds the ExecutorService that will be used for ImageBuilder related work.

This ExecutorService should be used in favor of ForkJoinPool.commonPool() as it guarantees better scalability.