Class ParallelJob

    • Constructor Detail

      • ParallelJob

        public ParallelJob()
        Initialise a parallel job containing a number of child jobs with a thread pool size equal to the number of CPU cores.
      • ParallelJob

        public ParallelJob​(int threadPoolSize)
        Initialise a parallel job with the given thread pool size to be used for job execution.
        Parameters:
        threadPoolSize - The amount of threads to be used to execute jobs