Uses of Class
org.apfloat.samples.BackgroundOperation
-
Packages that use BackgroundOperation Package Description org.apfloat.samples Sample applications demonstrating apfloat use. -
-
Uses of BackgroundOperation in org.apfloat.samples
Methods in org.apfloat.samples that return BackgroundOperation Modifier and Type Method Description <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.
-