Class | Description |
---|---|
CountingTaskFactory<I,O> | |
DefaultExecutorProvider |
Default Executor Provider, which creates ExecutorServices from java.util.concurrent.Executors
|
ExecutorProvider |
Allow the source ExecutorServices in TrakEM2 to be configured.
|
ParallelMapping<I,O> |
Like clojure's pmap, given a sequence of inputs obtained from an
Iterable ,
this Iterable will apply a function to each input ahead of consumption
in a pool of threads managed by an ExecutorService . |
Process |
For all methods, if the number of processors given as argument is zero or larger than the maximum available plus 2,
the number of processors will be adjusted to fall within the range [1, max+2].
|
TaskFactory<I,O> |
Copyright © 2015–2021 Fiji. All rights reserved.