Package org.spf4j.zel.vm
Interface VMExecutor.Suspendable<T>
-
- All Superinterfaces:
Callable<T>
- All Known Implementing Classes:
ExecutionContext
- Enclosing class:
- VMExecutor
public static interface VMExecutor.Suspendable<T> extends Callable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcall()List<VMFuture<Object>>getSuspendedAt()
-
-
-
Method Detail
-
call
T call() throws SuspendedException, ExecutionException, InterruptedException
- Specified by:
callin interfaceCallable<T>- Throws:
SuspendedExceptionExecutionExceptionInterruptedException
-
-