Class PiParallel.ThreadLimitedOperation<T>

java.lang.Object
org.apfloat.samples.PiParallel.ThreadLimitedOperation<T>
All Implemented Interfaces:
Serializable, Operation<T>
Enclosing class:
PiParallel

protected static class PiParallel.ThreadLimitedOperation<T> extends Object implements Operation<T>
Class to execute operations while setting ApfloatContext.setNumberOfProcessors(int) to some value.
See Also: