Package com.sap.cds.services.utils
Class ExecutorUtils
java.lang.Object
com.sap.cds.services.utils.ExecutorUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidrunAsynchronously(CdsRuntime runtime, Runnable runnable) Runs therunnableasynchronously in the currentRequestContext.
-
Method Details
-
runAsynchronously
Runs therunnableasynchronously in the currentRequestContext. The thread is started as non daemon.- Parameters:
runnable- theRunnableto execute
-