public interface LocalAwareExecutorService
extends java.util.concurrent.ExecutorService
| Modifier and Type | Method and Description | 
|---|---|
| void | execute(java.lang.Runnable command,
       ExecutorLocals locals) | 
| void | maybeExecuteImmediately(java.lang.Runnable command) | 
void execute(java.lang.Runnable command,
             ExecutorLocals locals)
void maybeExecuteImmediately(java.lang.Runnable command)
Copyright © 2018 The Apache Software Foundation