Uses of Class
org.apfloat.samples.BackgroundOperation
-
Uses of BackgroundOperation in org.apfloat.samples
Methods in org.apfloat.samples that return BackgroundOperationModifier and TypeMethodDescription<T> BackgroundOperation<T>
LocalOperationExecutor.executeBackground(Operation<T> operation)
Execute an operation in the background.<T> BackgroundOperation<T>
OperationExecutor.executeBackground(Operation<T> operation)
Starts executing some code in the background.<T> BackgroundOperation<T>
PiDistributed.Node.executeBackground(Operation<T> operation)
<T> BackgroundOperation<T>
RemoteOperationExecutor.executeBackground(Operation<T> operation)
Execute an operation remotely.