java.lang.Object
com.aoapps.concurrent.Executors
com.semanticcms.core.servlet.Executors
- All Implemented Interfaces:
AutoCloseable
Per-context executors for concurrent processing.
Passes the following
ThreadLocal
-based items to submitted tasks:
- Internationalization context (via parent class):
I18nThreadLocalCallable
andI18nThreadLocalRunnable
- FunctionContext:
FunctionContextCallable
andFunctionContextRunnable
- PageContext:
PageContextCallable
andPageContextRunnable
-
Method Summary
Methods inherited from class com.aoapps.concurrent.Executors
close, getPerProcessor, getPreferredConcurrency, getSequential, getUnbounded, newInstance, toString