Package net.imglib2.parallel
-
Interface Summary Interface Description Parallelization.Frame TaskExecutor TaskExecutoris recommended to be used in image processing algorithms instead ofExecutorService. -
Class Summary Class Description DefaultTaskExecutor ATaskExecutorthat wraps around a givenExecutorService.ForkJoinExecutorService TheForkJoinExecutorServiceis anExecutorService, for efficient nested parallelization.Parallelization This class allows to configure an algorithm for parallelization.SequentialExecutorService AExecutorServicethat is single-threaded, it never uses threads.SequentialTaskExecutor ATaskExecutorfor single threaded execution.TaskExecutors Utility class, with methods to createTaskExecutors.