Package net.imglib2.parallel
package net.imglib2.parallel
-
ClassDescriptionA
TaskExecutorthat wraps around a givenExecutorService.TheForkJoinExecutorServiceis anExecutorService, for efficient nested parallelization.This class allows to configure an algorithm for parallelization.AExecutorServicethat is single-threaded, it never uses threads.ATaskExecutorfor single threaded execution.TaskExecutoris recommended to be used in image processing algorithms instead ofExecutorService.Utility class, with methods to createTaskExecutors.