public static class SuspendableUtils.VoidSuspendableCallable extends java.lang.Object implements SuspendableCallable<java.lang.Void>
| Constructor and Description |
|---|
VoidSuspendableCallable(SuspendableRunnable runnable) |
| Modifier and Type | Method and Description |
|---|---|
SuspendableRunnable |
getRunnable() |
java.lang.Void |
run() |
public VoidSuspendableCallable(SuspendableRunnable runnable)
@DontInstrument public java.lang.Void run() throws SuspendExecution, java.lang.InterruptedException
run in interface SuspendableCallable<java.lang.Void>SuspendExecutionjava.lang.InterruptedExceptionpublic SuspendableRunnable getRunnable()