public class ExecutorUtils extends Object
Constructor and Description |
---|
ExecutorUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
runAsynchronously(CdsRuntime runtime,
Runnable runnable)
Runs the
runnable asynchronously in the current RequestContext . |
public static void runAsynchronously(CdsRuntime runtime, Runnable runnable)
runnable
asynchronously in the current RequestContext
. The thread is started
as non daemon.runnable
- the Runnable
to executeCopyright © 2023. All rights reserved.