Uses of Interface
org.spf4j.zel.vm.VMExecutor.Suspendable
-
Packages that use VMExecutor.Suspendable Package Description org.spf4j.zel.vm -
-
Uses of VMExecutor.Suspendable in org.spf4j.zel.vm
Classes in org.spf4j.zel.vm that implement VMExecutor.Suspendable Modifier and Type Class Description classExecutionContextVirtual Machine Execution ContextMethods in org.spf4j.zel.vm that return VMExecutor.Suspendable Modifier and Type Method Description static <T> VMExecutor.Suspendable<T>VMExecutor. synchronize(VMExecutor.Suspendable<T> what)Methods in org.spf4j.zel.vm that return types with arguments of type VMExecutor.Suspendable Modifier and Type Method Description List<org.spf4j.base.Pair<VMExecutor.Suspendable<Object>,VMFuture<Object>>>VMExecutor. resumeSuspendables(VMFuture<Object> future)Methods in org.spf4j.zel.vm with parameters of type VMExecutor.Suspendable Modifier and Type Method Description <T> Future<T>VMExecutor. submit(VMExecutor.Suspendable<T> callable)<T> Future<T>VMExecutor. submitInternal(VMExecutor.Suspendable<T> callable)Returns a future that will not get notified when callable completes.static <T> VMExecutor.Suspendable<T>VMExecutor. synchronize(VMExecutor.Suspendable<T> what)
-