public interface SuspendableCallable<V>
extends java.io.Serializable
Strand (i.e. thread or fiber).
Unlike SuspendableRunnable, the operation represented by this interface returns a result.
This is just like a Callable, only suspendable.| Modifier and Type | Method and Description |
|---|---|
V |
run() |
V run() throws SuspendExecution, java.lang.InterruptedException
SuspendExecutionjava.lang.InterruptedException