Class ExecutorUtils

java.lang.Object
com.sap.cds.feature.mt.ExecutorUtils

public class ExecutorUtils extends Object
  • Constructor Details

    • ExecutorUtils

      public ExecutorUtils()
  • Method Details

    • runAsynchronously

      public static void runAsynchronously(CdsRuntime runtime, Runnable runnable)
      Runs the runnable asynchronously in the current RequestContext. The thread is started as non daemon.
      Parameters:
      runnable - the Runnable to execute