Class BackgroundOperation<T>

java.lang.Object
org.apfloat.samples.BackgroundOperation<T>

public class BackgroundOperation<T> extends Object
Class for running an Operation in the background in a separate thread. The operation is executed using the ExecutorService retrieved from ApfloatContext.getExecutorService().
Version:
1.14.0
Author:
Mikko Tommila