public static interface VMExecutor.Suspendable<T> extends Callable<T>
Modifier and Type | Method and Description |
---|---|
T |
call() |
List<VMFuture<Object>> |
getSuspendedAt() |
T call() throws SuspendedException, ExecutionException, InterruptedException
call
in interface Callable<T>
SuspendedException
ExecutionException
InterruptedException
Copyright © 2018 SPF4J. All rights reserved.