Uses of Interface
org.spf4j.zel.vm.VMFuture
-
Packages that use VMFuture Package Description org.spf4j.zel.vm -
-
Uses of VMFuture in org.spf4j.zel.vm
Classes in org.spf4j.zel.vm that implement VMFuture Modifier and Type Class Description classVMASyncFuture<T>bean like implementation of a futureclassVMSyncFuture<T>bean like implementation of a futureMethods in org.spf4j.zel.vm that return types with arguments of type VMFuture Modifier and Type Method Description List<VMFuture<Object>>ExecutionContext. getSuspendedAt()List<VMFuture<Object>>VMExecutor.Suspendable. getSuspendedAt()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 VMFuture Modifier and Type Method Description List<org.spf4j.base.Pair<VMExecutor.Suspendable<Object>,VMFuture<Object>>>VMExecutor. resumeSuspendables(VMFuture<Object> future)voidExecutionContext. suspend(VMFuture<Object> future)Method parameters in org.spf4j.zel.vm with type arguments of type VMFuture Modifier and Type Method Description voidExecutionContext. suspend(List<VMFuture<Object>> futures)
-