Package org.graalvm.nativeimage
Interface Threading.RecurringCallbackAccess
- Enclosing class:
Threading
public static interface Threading.RecurringCallbackAccess
Provides methods that are available during the execution of a
Threading.RecurringCallback
.- Since:
- 19.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Throws an exception from the recurring callback to the code that is regularly executing in the thread.
-
Method Details
-
throwException
Throws an exception from the recurring callback to the code that is regularly executing in the thread.- Since:
- 19.0
-