public interface SuspendableRunnable
extends java.io.Serializable
Strand (i.e. thread or fiber).
This is just like a Runnable, only suspendable.| Modifier and Type | Method and Description |
|---|---|
void |
run() |
void run() throws SuspendExecution, java.lang.InterruptedException
SuspendExecutionjava.lang.InterruptedException