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