Interface | Description |
---|---|
TaskExecutor |
TaskExecutor is recommended to be used in image
processing algorithms instead of ExecutorService . |
Class | Description |
---|---|
DefaultTaskExecutor |
A
TaskExecutor that wraps around a given ExecutorService . |
ForkJoinExecutorService |
The
ForkJoinExecutorService is an ExecutorService ,
for efficient nested parallelization. |
Parallelization |
This class allows to configure an algorithm for parallelization.
|
SequentialExecutorService |
A
ExecutorService that is single-threaded, it never uses threads. |
TaskExecutors |
Utility class, with methods to create
TaskExecutor s. |
Copyright © 2015–2022 ImgLib2. All rights reserved.