@FunctionalInterface public static interface TruffleSafepoint.CompiledInterruptible<T> extends TruffleSafepoint.Interruptible<T>
TruffleSafepoint.Interruptible but allows partial evaluation.| Modifier and Type | Method and Description |
|---|---|
void |
apply(T arg)
Runs the interruptable method for a given object.
|
void apply(T arg) throws InterruptedException
apply in interface TruffleSafepoint.Interruptible<T>InterruptedException