public class ExecutionThreadLocals extends Object
Modifier and Type | Field and Description |
---|---|
static ThreadLocal<Boolean> |
killExecution
A per-thread variable which will allow any code operating in an execution thread to request its termination.
|
Constructor and Description |
---|
ExecutionThreadLocals() |
public static ThreadLocal<Boolean> killExecution